Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Feb 29, 2024
1 parent 39f224d commit 57dc4ac
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 19 deletions.
3 changes: 2 additions & 1 deletion biosimulator_processes/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ def generate_copasi_parameter_scan_instance(
)
iteration_instance = generate_single_copasi_process_instance(
instance_name=f'copasi_{n}',
config=iteration_model_config
config=iteration_model_config,
add_emitter=False
)
for iter_name, iter_config in iteration_instance.items():
parameter_scan_instance[iter_name] = iteration_instance
Expand Down
48 changes: 30 additions & 18 deletions notebooks/copasi_process_composer.ipynb

Large diffs are not rendered by default.

0 comments on commit 57dc4ac

Please sign in to comment.