-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add slope interval newton method #73
base: master
Are you sure you want to change the base?
Conversation
AppVeyor build is failing on Windows 32-bit, one of the 3D roots tests is failing. |
Could you rebase please? |
Codecov Report
@@ Coverage Diff @@
## master #73 +/- ##
==========================================
+ Coverage 64.97% 65.76% +0.78%
==========================================
Files 11 11
Lines 551 552 +1
==========================================
+ Hits 358 363 +5
+ Misses 193 189 -4
Continue to review full report at Codecov.
|
Another rebase required here... |
Done! |
There's a real test error. |
Sorry that happened due to an error while resolving the merge conflicts. It should work fine now. |
The function |
@dpsanders
Rebased "slope" and "debug-newton1d" branches onto this branch before adding more commits.