-
Notifications
You must be signed in to change notification settings - Fork 31
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
In case of simulation failures, store time point of failure in ReturnData #2246
Labels
Comments
Also, the corresponding model state would ideally be accessible for debugging. |
Maybe via storing |
Closed
dweindl
added a commit
to dweindl/AMICI
that referenced
this issue
Mar 4, 2024
Prerequisite for AMICI-dev#2246.
dweindl
added a commit
to dweindl/AMICI
that referenced
this issue
Mar 5, 2024
* Add `ReturnData::t_last` that holds the last solver timepoint (Closes AMICI-dev#2246) * `ReturnData::J` is now the evaluted at `t_last` instead of the last successfully reached output timepoint (Closes AMICI-dev#2334) * `ReturnData::xdot` is now the evaluted at `t_last` instead of the last successfully reached output timepoint
dweindl
added a commit
to dweindl/AMICI
that referenced
this issue
Mar 6, 2024
* Add `ReturnData::t_last` that holds the last solver timepoint (Closes AMICI-dev#2246) * `ReturnData::J` is now the evaluted at `t_last` instead of the last successfully reached output timepoint (Closes AMICI-dev#2334) * `ReturnData::xdot` is now the evaluted at `t_last` instead of the last successfully reached output timepoint
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Makes live easier when trying to analyze failures. Distinguish between fwd and bwd failures.
EDIT: it might be sufficient to make ExpData::t_ public.
The text was updated successfully, but these errors were encountered: