-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/67 update test suite results (#74)
Compatibility processing - reformat compatibility message (remove colour coding of text) - In addition to recognizing .sbml and .sedml files as SBML and SED-ML format, .xml files with 'sedml' + 'sbml' or 'sbml' but not 'sedml' in their filename are recognized as SBML and SED-ML files. Other file types are not recognized but this can be extended in the future. - Instead of ❌ FAIL, unrecognized filetypes will marked as ❓UNSURE (this hasn't happened so far). At the moment all engines that do not support SBML/SED-ML are still marked as⚠ XFAIL. Test suite - Updated the results table of case 00001 - Added a table of case 01186 (steady state Flux Balance Analysis) Add back foldout menu in Engines column (went lost with the previous PR when the engine names were reformated)
- Loading branch information
1 parent
5f666cc
commit 9cd561b
Showing
40 changed files
with
2,745 additions
and
92 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
test_suite/test_00001/tests/d1_plots_local/amici_plot_1.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
test_suite/test_00001/tests/d1_plots_local/bionetgen_plot_1.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
test_suite/test_00001/tests/d1_plots_local/boolnet_plot_1.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
test_suite/test_00001/tests/d1_plots_local/cbmpy_plot_1.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
test_suite/test_00001/tests/d1_plots_local/cobrapy_plot_1.pdf
Binary file not shown.
Binary file modified
BIN
+3.56 KB
(160%)
test_suite/test_00001/tests/d1_plots_local/copasi_plot_1.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
test_suite/test_00001/tests/d1_plots_local/gillespy2_plot_1.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
test_suite/test_00001/tests/d1_plots_local/ginsim_plot_1.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
test_suite/test_00001/tests/d1_plots_local/libsbmlsim_plot_1.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
test_suite/test_00001/tests/d1_plots_local/masspy_plot_1.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
test_suite/test_00001/tests/d1_plots_local/pysces_plot_1.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
test_suite/test_00001/tests/d1_plots_local/rbapy_plot_1.pdf
Binary file not shown.
Binary file modified
BIN
-5 Bytes
(100%)
test_suite/test_00001/tests/d1_plots_local/tellurium_plot_1.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
test_suite/test_00001/tests/d1_plots_remote/amici_plot_1.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
test_suite/test_00001/tests/d1_plots_remote/bionetgen_plot_1.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
test_suite/test_00001/tests/d1_plots_remote/boolnet_plot_1.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
test_suite/test_00001/tests/d1_plots_remote/cbmpy_plot_1.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
test_suite/test_00001/tests/d1_plots_remote/cobrapy_plot_1.pdf
Binary file not shown.
Binary file modified
BIN
+3.56 KB
(160%)
test_suite/test_00001/tests/d1_plots_remote/copasi_plot_1.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
test_suite/test_00001/tests/d1_plots_remote/gillespy2_plot_1.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
test_suite/test_00001/tests/d1_plots_remote/ginsim_plot_1.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
test_suite/test_00001/tests/d1_plots_remote/libsbmlsim_plot_1.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
test_suite/test_00001/tests/d1_plots_remote/masspy_plot_1.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
test_suite/test_00001/tests/d1_plots_remote/pysces_plot_1.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
test_suite/test_00001/tests/d1_plots_remote/rbapy_plot_1.pdf
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
test_suite/test_00001/tests/d1_plots_remote/tellurium_plot_1.pdf
Binary file not shown.
46 changes: 23 additions & 23 deletions
46
test_suite/test_00001/tests/results_compatibility_biosimulators.md
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
{ | ||
"amici": { | ||
"exception_message": "Error while fetching server API version: (2, 'CreateFile', 'The system cannot find the file specified.')", | ||
"log_yml": {}, | ||
"detailed_error_log": {} | ||
}, | ||
"brian2": { | ||
"exception_message": "Error while fetching server API version: (2, 'CreateFile', 'The system cannot find the file specified.')", | ||
"log_yml": {}, | ||
"detailed_error_log": {} | ||
}, | ||
"bionetgen": { | ||
"exception_message": "Error while fetching server API version: (2, 'CreateFile', 'The system cannot find the file specified.')", | ||
"log_yml": {}, | ||
"detailed_error_log": {} | ||
}, | ||
"boolnet": { | ||
"exception_message": "Error while fetching server API version: (2, 'CreateFile', 'The system cannot find the file specified.')", | ||
"log_yml": {}, | ||
"detailed_error_log": {} | ||
}, | ||
"cbmpy": { | ||
"exception_message": "Error while fetching server API version: (2, 'CreateFile', 'The system cannot find the file specified.')", | ||
"log_yml": {}, | ||
"detailed_error_log": {} | ||
}, | ||
"cobrapy": { | ||
"exception_message": "Error while fetching server API version: (2, 'CreateFile', 'The system cannot find the file specified.')", | ||
"log_yml": {}, | ||
"detailed_error_log": {} | ||
}, | ||
"copasi": { | ||
"exception_message": "Error while fetching server API version: (2, 'CreateFile', 'The system cannot find the file specified.')", | ||
"log_yml": {}, | ||
"detailed_error_log": {} | ||
}, | ||
"gillespy2": { | ||
"exception_message": "Error while fetching server API version: (2, 'CreateFile', 'The system cannot find the file specified.')", | ||
"log_yml": {}, | ||
"detailed_error_log": {} | ||
}, | ||
"ginsim": { | ||
"exception_message": "Error while fetching server API version: (2, 'CreateFile', 'The system cannot find the file specified.')", | ||
"log_yml": {}, | ||
"detailed_error_log": {} | ||
}, | ||
"libsbmlsim": { | ||
"exception_message": "Error while fetching server API version: (2, 'CreateFile', 'The system cannot find the file specified.')", | ||
"log_yml": {}, | ||
"detailed_error_log": {} | ||
}, | ||
"masspy": { | ||
"exception_message": "Error while fetching server API version: (2, 'CreateFile', 'The system cannot find the file specified.')", | ||
"log_yml": {}, | ||
"detailed_error_log": {} | ||
}, | ||
"netpyne": { | ||
"exception_message": "Error while fetching server API version: (2, 'CreateFile', 'The system cannot find the file specified.')", | ||
"log_yml": {}, | ||
"detailed_error_log": {} | ||
}, | ||
"neuron": { | ||
"exception_message": "Error while fetching server API version: (2, 'CreateFile', 'The system cannot find the file specified.')", | ||
"log_yml": {}, | ||
"detailed_error_log": {} | ||
}, | ||
"opencor": { | ||
"exception_message": "Error while fetching server API version: (2, 'CreateFile', 'The system cannot find the file specified.')", | ||
"log_yml": {}, | ||
"detailed_error_log": {} | ||
}, | ||
"pyneuroml": { | ||
"exception_message": "Error while fetching server API version: (2, 'CreateFile', 'The system cannot find the file specified.')", | ||
"log_yml": {}, | ||
"detailed_error_log": {} | ||
}, | ||
"pysces": { | ||
"exception_message": "Error while fetching server API version: (2, 'CreateFile', 'The system cannot find the file specified.')", | ||
"log_yml": {}, | ||
"detailed_error_log": {} | ||
}, | ||
"rbapy": { | ||
"exception_message": "Error while fetching server API version: (2, 'CreateFile', 'The system cannot find the file specified.')", | ||
"log_yml": {}, | ||
"detailed_error_log": {} | ||
}, | ||
"smoldyn": { | ||
"exception_message": "Error while fetching server API version: (2, 'CreateFile', 'The system cannot find the file specified.')", | ||
"log_yml": {}, | ||
"detailed_error_log": {} | ||
}, | ||
"tellurium": { | ||
"exception_message": "Error while fetching server API version: (2, 'CreateFile', 'The system cannot find the file specified.')", | ||
"log_yml": {}, | ||
"detailed_error_log": {} | ||
}, | ||
"vcell": { | ||
"exception_message": "Error while fetching server API version: (2, 'CreateFile', 'The system cannot find the file specified.')", | ||
"log_yml": {}, | ||
"detailed_error_log": {} | ||
}, | ||
"xpp": { | ||
"exception_message": "Error while fetching server API version: (2, 'CreateFile', 'The system cannot find the file specified.')", | ||
"log_yml": {}, | ||
"detailed_error_log": {} | ||
} | ||
} |
Oops, something went wrong.