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

Use tolerances even when changing simulation algorithm. #130

Open
luciansmith opened this issue Apr 3, 2023 · 0 comments
Open

Use tolerances even when changing simulation algorithm. #130

luciansmith opened this issue Apr 3, 2023 · 0 comments

Comments

@luciansmith
Copy link
Contributor

If a SED-ML file describes the use of (say) LSODA with certain tolerances, it will not use those tolerances when using a simulator that uses CVODE.

This is great when the described tolerances are less strict than the defaults for the simulator, but not great when the tolerances are more strict. The algorithm should check if the new tolerances are stricter, and, if so, apply them.

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

No branches or pull requests

1 participant