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

avoid scalar indexing bug in hermite interpolant if diff_vars is a fill of trues #2195

Closed xtalax closed 1 month ago

xtalax commented 1 month ago

Checklist

Additional context

Add any other context about the problem here.

ChrisRackauckas commented 1 month ago

We need to all the dispatches there. It's a bit painful but just some brute force. Let me know if you want me to do it and I can get it done tomorrow.

xtalax commented 1 month ago

Dispatches on what? Which argument?

ChrisRackauckas commented 1 month ago

Hermite interpolant dispatches.