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

relax check_error tests #2208

Closed oscardssmith closed 1 month ago

oscardssmith commented 1 month ago

This is needed for https://github.com/SciML/SciMLBase.jl/pull/693 to pass downstream CI. @ChrisRackauckas and I have talked and agree that an unstable warning is actually the better behavior here.

ChrisRackauckas commented 1 month ago

https://github.com/SciML/OrdinaryDiffEq.jl/actions/runs/9180693648/job/25245712270?pr=2208#step:6:1049

oscardssmith commented 1 month ago

oops. Fixed.