Accessing system states for divergence case #363
-
How can i access the system states when the solution diverges? The simulation struct is of Nothing type in case of divergence. |
Beta Was this translation helpful? Give feedback.
Answered by
rodrigomha
Jan 11, 2024
Replies: 1 comment
-
I have opened an issue since currently we do not store the DiffEq solution when the simulation failed. Hopefully we can add this in a next release. See #364 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rodrigomha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have opened an issue since currently we do not store the DiffEq solution when the simulation failed. Hopefully we can add this in a next release. See #364