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
fix(Rosenbrock): extract DAE fields into typed function for inference stability
The if mass_matrix === I branch in HybridExplicitImplicitRK alg_cache
caused type instability. Extract into _build_dae_fields with explicit
return type annotation to create a type stability barrier.
Fixes @inferred solve(prob, Tsit5DA()) failure.
0 commit comments