You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)))
The text was updated successfully, but these errors were encountered:
I sometimes get the error message
equinox.EquinoxRuntimeError: Terminating differential equation solve because an event occurred.
I assume that
event
here does not refer todiffrax.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)))
The text was updated successfully, but these errors were encountered: