SciML / OrdinaryDiffEq.jl

High performance ordinary differential equation (ODE) and differential-algebraic equation (DAE) solvers, including neural ordinary differential equations (neural ODEs) and scientific machine learning (SciML)
https://diffeq.sciml.ai/latest/
Other
521 stars 198 forks source link

shorten timespan on initdt test #2194

Closed oscardssmith closed 1 month ago

oscardssmith commented 1 month ago

This previously was testing that you don't get a warning even though the solution was Inf. The only reason it worked at all is that Euler is simple enough that it stayed Inf rather than going to NaN and DiffEqBase incorrectly didn't consider Inf to be diverged.

Checklist

Additional context

Add any other context about the problem here.