-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
switch diffeqoperators to scimloperators #870
Conversation
will rerun CI once downstream PRs are merged. maybe we get some more issues. |
rerunning CI |
Don't you want to wait for JuliaRegistries/General#77143 ? |
haha yes. i was just playing to see how long it would take before GH picks up the merge. |
https://github.com/SciML/DiffEqBase.jl/actions/runs/4108922303/jobs/7090163844#step:6:1143 Looks like DiffEqOperators needs to be setup for backwards compatibility first. |
Yes - glad we're catching all the downstream packages that need to be updated |
Weird, it's still picking up the old version of Sundials and OrdinaryDiffEq with DiffEqOperators. |
same delaydiffeq failing here due to accuracy. rerunning |
plan: SciML/SciMLOperators.jl#142
In
test/basic_operator_tests.jl, test/affine_operator_tests.jl
, there are tests for DiffEqOperators. Let's leave that as it is till DiffEqOps are remove from downstream packages.