-
-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update for new AlgorithmInterpretation
#1048
update for new AlgorithmInterpretation
#1048
Conversation
This is going to need to bump the minor on SciMLBase and StochasticDiffEq, but other than that looks good to go. |
@oscardssmith did you never update the DiffEq tests with the default change? |
Oh, I guess I never did. Will fix. Is the fix just deleting the tests since they now exist at the OrdinaryDiffEq level? |
Is there any reason to keep codes related to ODE? https://github.com/SciML/DifferentialEquations.jl/blob/master/src/ode_default_alg.jl |
I don't think so. |
Are the same tests in OrdinaryDiffEq? If so then yes let's just delete. |
Rebase this and tests should pass. |
@ErikQQY looks like some depwarns crept back in? https://github.com/SciML/DifferentialEquations.jl/actions/runs/10668385943/job/29567982165?pr=1048#step:6:584 We can merge this though. |
Related to
SciML/SciMLBase.jl#777
SciML/StochasticDiffEq.jl#583