-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
Upgrade to SciMLOperators #377
Conversation
Codecov Report
@@ Coverage Diff @@
## master #377 +/- ##
==========================================
+ Coverage 57.61% 58.31% +0.70%
==========================================
Files 44 44
Lines 3324 3306 -18
==========================================
+ Hits 1915 1928 +13
+ Misses 1409 1378 -31
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
oops looks like some tests failed |
looks like none of the errors are related to the changes made here. @xtalax can you help? |
@ChrisRackauckas can confirm that the flux issue is present on master, excepting invalidations LGTM |
Okay, I took a look at all the errors: In I reran that entire test group on my personal mac (with this branch of For |
yay all tests have passed! @ChrisRackauckas this is good to go whenever you have time. |
anything else @ChrisRackauckas ? |
@ChrisRackauckas anything else that needs to be done here, or are we just waiting on tests? |
Add LinearSolve.jl to the downstream tests |
hold on - just noticed SciMLBase.jl/.github/workflows/Downstream.yml Lines 28 to 37 in f9e2da0
|
And the test did pass. So I'll remove the line |
So we should be good to go @ChrisRackauckas ? |
ok LinearSolve test passed again: Testing LinearSolve tests passed https://github.com/SciML/SciMLBase.jl/actions/runs/4093861110/jobs/7059588503 |
Where is this done? |
plan: SciML/SciMLOperators.jl#142
To be clear, DiffEqOperators is not being deprecated in this PR. I am only adding support for
SciMLOperators.jl
by movingAbstractSciMLOperator
and many of the traits toSciMLOperators.jl
and makingDiffEqOperators
a subtype. That way, all the stuff inSciMLOperators.jl
will be supported in downstream packages.