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
The problem here is that the automatic algorithm detection isn't written in the best way. To fix it, we likely want to move the OrdinaryDiffEq automatic alg detection to use the same mechanism NonlinearSolve uses.
Solving an ODE with default options is fine, specifying an option results in a type instability. Perhaps related to #2530.
I see similar behavior when specifying
abstol
anddt
.I'm using Julia 1.11.2 and OrdinaryDiffEq.jl v6.90.1
The text was updated successfully, but these errors were encountered: