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

Clarification of error message #590

Open
LuggiStruggi opened this issue Feb 13, 2025 · 1 comment
Open

Clarification of error message #590

LuggiStruggi opened this issue Feb 13, 2025 · 1 comment

Comments

@LuggiStruggi
Copy link

LuggiStruggi commented Feb 13, 2025

I sometimes get the error message

equinox.EquinoxRuntimeError: Terminating differential equation solve because an event occurred.

I assume that event here does not refer to diffrax.Event? Just to make sure.

Sorry might be a stupid question!

Thank you for the help!

Pretty sure its bc something is ill conditioned as it happens when checking if the solution is invertible. sol = result.error_if(sol, jnp.invert(is_okay(result)))

@patrick-kidger
Copy link
Owner

Hmm that's definitely not expected. An event should be a valid reason to finish the solve, not an error condition.

Do you have a MWE?

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

No branches or pull requests

2 participants