SciML / BoundaryValueDiffEq.jl

Boundary value problem (BVP) solvers for scientific machine learning (SciML)
Other
43 stars 32 forks source link

Update DEStats in ODEInterface extension #169

Closed ErikQQY closed 7 months ago

ErikQQY commented 7 months ago

DEStats updated in https://github.com/SciML/SciMLBase.jl/pull/630

This change is required for https://github.com/SciML/SciMLBenchmarks.jl/pull/880

ChrisRackauckas commented 7 months ago

We probably shouldn't be using the inner constructor directly, that's the root cause of the issue here, but this is fine for now.