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
Add explicit imports for OrdinaryDiffEq v7 narrowed exports
OrdinaryDiffEq v7 only re-exports a small surface (DefaultODEAlgorithm,
Tsit5, AutoTsit5, Vern6-9, Rosenbrock23, Rodas5P, FBDF). Tests were
relying on it to pull in SciMLBase, ImplicitMidpoint and NLNewton, which
no longer works.
- Add OrdinaryDiffEqSDIRK / OrdinaryDiffEqNonlinearSolve / SciMLBase to
test extras + targets, with v1/v2 and v2/v3 compat respectively.
- Import ImplicitMidpoint from OrdinaryDiffEqSDIRK in
test/Mechanical/translational_modelica.jl.
- Import NLNewton from OrdinaryDiffEqNonlinearSolve in
test/Hydraulic/isothermal_compressible.jl.
- Add `using SciMLBase` to the nine test files that reference
SciMLBase.successful_retcode / SciMLBase.FullSpecialize.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
0 commit comments