Skip to content

Commit

Permalink
Add BIOMD0000000138 resutls table
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaprins committed Nov 11, 2024
1 parent 0a74c4b commit 7f0a1da
Show file tree
Hide file tree
Showing 17 changed files with 4,279 additions and 25 deletions.

Large diffs are not rendered by default.

425 changes: 425 additions & 0 deletions BioModels/BIOMD0000000138/BIOMD0000000138_url.sedml

Large diffs are not rendered by default.

539 changes: 539 additions & 0 deletions BioModels/BIOMD0000000138/BIOMD0000000138_url.xml

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

1,491 changes: 1,491 additions & 0 deletions BioModels/BIOMD0000000138/tests/results_local.json

Large diffs are not rendered by default.

1,772 changes: 1,772 additions & 0 deletions BioModels/BIOMD0000000138/tests/results_remote.json

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions BioModels/test_biomodels_compatibility_biosimulators.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,10 @@ def main():
count = 0
starting_dir = os.getcwd()

for model_id in model_ids[0:1]:
if cases != None:
model_ids = cases

for model_id in model_ids:
#allow testing on a small sample of models
if max_count > 0 and count >= max_count:
break
Expand Down Expand Up @@ -234,7 +237,7 @@ def main():

test_folder = 'tests'
engine_list = list(utils.ENGINES.keys())
engine_list = ['copasi']

utils.run_biosimulators_remotely_and_locally(engine_list,
os.path.basename(sedml_file),
os.path.basename(sbml_file),
Expand All @@ -243,4 +246,5 @@ def main():
test_folder=test_folder)

if __name__ == "__main__":
cases = ["BIOMD0000000001","BIOMD0000000138"]
main()

0 comments on commit 7f0a1da

Please sign in to comment.