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

fix `ForwardDiff` `jacobian!` stats #2472

Closed oscardssmith closed 2 weeks ago

oscardssmith commented 2 weeks ago

found while investigating https://github.com/SciML/OrdinaryDiffEq.jl/pull/2448

oscardssmith commented 2 weeks ago

StochasticDiff failure is unrelated (caused by https://github.com/SciML/OrdinaryDiffEq.jl/pull/2297 and not picked up in tests for weird reasons, and fixed by https://github.com/SciML/StochasticDiffEq.jl/pull/585)