Skip to content

Commit

Permalink
add engine_keys input to run_biosimulators_locally function
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaprins committed Oct 30, 2024
1 parent 091ccfb commit 4842812
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion SBML/tests/test_biosimulators_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@

print('d1 plots will be saved in:', d1_plots_local_dir)

results_local = utils.run_biosimulators_locally(sedml_file_name=sedml_file_name,
engine_keys = list(utils.ENGINES.keys())

results_local = utils.run_biosimulators_locally(engine_keys,
sedml_file_name=sedml_file_name,
sbml_file_name=sbml_file_name,
d1_plots_local_dir=d1_plots_local_dir,
test_folder=test_folder)
Expand Down

0 comments on commit 4842812

Please sign in to comment.