Skip to content
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

Roadrunner must raise RuntimeError for csymbol delay (unsupported MathML symbols) #754

Closed
matthiaskoenig opened this issue Apr 25, 2021 · 1 comment
Labels

Comments

@matthiaskoenig
Copy link
Collaborator

Roadrunner gives incorrect results for SBML models with delays.
E.g. BIOMD0000000024.zip

Despite not supporting delays numerical results are returned. The correct behavior would be to raise a RuntimeError that models with csymbol delay are not supported.

Copasi handles this better and raises errors

ERROR in 'BIOMD0000000024' Error while running the simulation: >EXCEPTION 2021-04-26T00:18:06<
  CTrajectoryMethod (25): Invalid state at time '1.000000'.

Even better would be to support delays ;) See my issue from 5 years ago
#303

@luciansmith
Copy link

Fixed with #845: we now throw on load of SBML models with delay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants