Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed May 24, 2024
1 parent faccdeb commit 5a31861
Show file tree
Hide file tree
Showing 3 changed files with 8,531 additions and 93 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion biosimulator_processes/processes/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __post_init__(self):
def generate_ode_process_instance(
entrypoint: Union[str, dict[str, any]], # either sbml model path or sed_model dict which conforms to the spec in sed data model in this repo.
process_address: str,
observables: List[str],
observables: List[List[str]],
step_size: float,
duration: float,
**process_config
Expand Down
Loading

0 comments on commit 5a31861

Please sign in to comment.