-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SBML Test-Suite Results Tracker #45
Comments
You should submit the results on the official webpage. This allows people to easily evaluate what can be simulated. edit: fixed links |
@matthiaskoenig both of those 404 |
@anandijain SBML moved the webpage. The new addresses are available via and at the moment |
Hi all, How can I run the SBMLTestSuite? Where is the code which generates the test_suite_report.csv so I can run it on the latest release/develop branch? I would be especially interested in support of rules/events/delays. If most of what I need is already supported I would like to add support for missing pieces. Best Matthias |
Hi Matthias, here is a link to a recent SBMLToolkitTestSuite run and the code that generates it. I wanted to upload these results to http://raterule.caltech.edu/Facilities/Database a long time ago, but the website is still down. Do you know if the database has been moved elsewhere? Rules should be supported, events only partially (i.e. they always fire regardless of direction of the trigger pass - the user is warned of this behaviour), and delays not at all. I also have to admit, I haven't had time to properly look at the test suite cases since three years and we haven't set up a system to check for regression (beyond of what is implemented in the SBMLToolkit repo tests itself). I am sure you are familiar of using SBMLImporter as an alternative. I haven't looked into delays, but for a long time, event directionality was not supported by Catalyst and therefore not by SBMLToolkit. @TorkelE I forgot where we stand on this issue atm. Once implemented in Catalyst, it is probably just this line that would have to be modified in SBMLToolkit. |
So I think directional events should now be supported within MTK, so we could be able to use them in Catalyst. But I have since then forgotten what the progress was and if it was supported in principle or it was fully ready. Sebastian probably knows. |
They are in MTK. |
SBML test suite report
SBMLtoolkit.jl is regularly tested against the SBML test suite. The last test was run on October 24, 2021 on cases 00001 to 01664. Detailed results can be found in the csv below. Out of the 1664 cases 1219 expectedly failed, as
Of the remaining 445 cases
ModelingToolkit.ReactionSystem
, of whichCSV
test_suite_report.csv
The text was updated successfully, but these errors were encountered: