-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
Restructure tests #762
Restructure tests #762
Conversation
Codecov Report
@@ Coverage Diff @@
## master #762 +/- ##
==========================================
- Coverage 72.43% 70.12% -2.31%
==========================================
Files 89 89
Lines 29111 28844 -267
==========================================
- Hits 21087 20228 -859
- Misses 8024 8616 +592
Continue to review full report at Codecov.
|
@@ -49,7 +49,7 @@ end | |||
nlsolver.z = z₂ = z₁ | |||
|
|||
nlsolver.tmp = uprev + γ*z₁ | |||
nlsolver.c = 2γ | |||
nlsolver.c = γ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@YingboMa notice that new tests found this error in time-dependent derivatives of ESDIRKs, so if tests had any of this before, this is why.
Restructures the tests into proper folders and absorbs OrdinaryDiffEqExtendedTests.jl