Revert "Add OrdinaryDiffEqDifferentiation to test (#2865)"#2893
Revert "Add OrdinaryDiffEqDifferentiation to test (#2865)"#2893patrickersing wants to merge 3 commits intotrixi-framework:mainfrom
OrdinaryDiffEqDifferentiation to test (#2865)"#2893Conversation
Review checklistThis checklist is meant to assist creators of PRs (to let them know what reviewers will typically look for) and reviewers (to guide them in a structured review process). Items do not need to be checked explicitly for a PR to be eligible for merging. Purpose and scope
Code quality
Documentation
Testing
Performance
Verification
Created with ❤️ by the Trixi.jl community. |
Co-authored-by: Joshua Lampert <51029046+JoshuaLampert@users.noreply.github.com>
Co-authored-by: Joshua Lampert <51029046+JoshuaLampert@users.noreply.github.com>
JoshuaLampert
left a comment
There was a problem hiding this comment.
Thanks! Failing downstream tests will need to wait for trixi-framework/TrixiShallowWater.jl#133 and trixi-framework/TrixiAtmo.jl#169.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2893 +/- ##
==========================================
- Coverage 97.09% 97.08% -0.01%
==========================================
Files 609 609
Lines 47484 47484
==========================================
- Hits 46102 46099 -3
- Misses 1382 1385 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
That's because there is |
|
Ah, that was recently added in #2864. Do we need to import OrdinaryDiffEqDifferentiation im this elixir? We dis not change anything else in this elixir in #2864. So either it works without importing it as before or SciML changes something, such that it became necessary. In this case this "something" could point us to a relevant change, which cold explain #2885. Why did we need to import OrdinaryDiffEqDifferentiation in #2864, @DanielDoehring? |
I guess no real reason, I hoped that this would fix the test issues, and of course, after that change the tests (luckily) passed. |
|
Ok, so then I guess we could revert that, too since it doesn't fix the problem. |
This reverts commit 9d6e4b4.
This PR closes #2891