-
-
Notifications
You must be signed in to change notification settings - Fork 48
add TerminationCondition support to NewtonRaphson #162
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
add TerminationCondition support to NewtonRaphson #162
Conversation
Codecov Report
@@ Coverage Diff @@
## master #162 +/- ##
===========================================
- Coverage 93.52% 59.90% -33.62%
===========================================
Files 7 7
Lines 649 656 +7
===========================================
- Hits 607 393 -214
- Misses 42 263 +221
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@oscardssmith the upstream PR SciML/DiffEqBase.jl#903 has been merged |
b2ed52b
to
444620b
Compare
PR updated. |
Tests fail |
5734827
to
a379410
Compare
a379410
to
d0dcc4c
Compare
Supersceded by #208 |
…_msg tweak warning message for when tspan isn't an enclosing interval
(and eventually all the other solvers). @ChrisRackauckas can you take a look at this to make sure I'm not doing dumb stuff here?