-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Fixing sol interface tests #357
Fixing sol interface tests #357
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #357 +/- ##
===========================================
+ Coverage 0.00% 84.74% +84.74%
===========================================
Files 37 41 +4
Lines 1910 1960 +50
===========================================
+ Hits 0 1661 +1661
+ Misses 1910 299 -1611 ☔ View full report in Codecov by Sentry. |
…cing with @test_skip depending on if test can run. Part 1
…cing with @test_skip depending on if test can run. Part 2
PR ballooned a bit. Recent(?) change to Initially I was simply going to find/replace with We ought to track and remedy the skipped tests. |
It looks like |
Skipping the full testsets seems a little dangerous because then we get no warning of them being fixed, which is what I assume we want to be doing soon |
Yes that was a v1.10 change. |
|
|
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
It was clear how to remedy the first test by including the periodic BC data that the ODE solver doesn't know.
I was not sure what the second test was attempting, open for suggestions. Atm just marked as broken.