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
536 stars 205 forks source link

Check master #2235

Closed ChrisRackauckas closed 3 months ago

ChrisRackauckas commented 4 months ago

https://github.com/SciML/OrdinaryDiffEq.jl/actions/runs/9351844044/job/25738579832?pr=2235#step:6:1024 @oscardssmith what did this one come from?

oscardssmith commented 4 months ago

not sure. I think the SciMLBase instability changes might be related since an earlier version of that pr caused it to fall, but I got it to pass before. it is a problem that is right on the edge of sol ability though. it required taking a step of floating point solution once or twice.

ChrisRackauckas commented 4 months ago

Can you do a day of greening?