You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify DiffEqArray recipe: always use diffeq_to_arrays path
Remove the fast-path branch in the AbstractDiffEqArray recipe that
bypassed diffeq_to_arrays when no interp was available. Now all cases
go through the same code path, ensuring denseplot=true/false is always
respected:
- denseplot=true: generates plotdensity interpolated points via callable
- denseplot=false: uses raw saved time points from A.t
Also clean up SciMLBase that leaked into [deps] from Pkg.develop.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments