Skip to content

Commit

Permalink
Merge branch 'development' into feature/67-update-test-suite-results
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaprins authored Nov 4, 2024
2 parents 744a15e + 9e954ee commit 064ed84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions SBML/tests/test_biosimulators_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

"""
This script tests the compatibility of different biosimulation engines with a given SBML and SED-ML file.
It runs each engine and records the result (pass/fail) and any error messages encountered during the simulation.
The results are then displayed in a table and saved to a markdown file.
It runs each engine and saves a JSON file with the log.yml file (as a dict), and the d1 plot for each engine.
"""

import sys
Expand Down
4 changes: 2 additions & 2 deletions SBML/tests/test_biosimulators_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

"""
This script tests the compatibility of different biosimulation engines with a given SBML and SED-ML file.
It runs each engine and records the result (pass/fail) and any error messages encountered during the simulation.
The results are then displayed in a table and saved to a markdown file.
It runs each engine and saves the d1 plots, and a JSON file containing the log.yml file (as dict) and the
links for accessing the remote results, for each engine.
"""

import sys
Expand Down

0 comments on commit 064ed84

Please sign in to comment.