-
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
Move general methods of IntervalBox to IntervalArithmetic #83
Conversation
Tests require the corresponding changes in IntervalArithmetics (and probably a tagged version) to pass. |
@dpsanders Shall I go ahead and merge this? JuliaIntervals/IntervalArithmetic.jl#160 has been merged. |
* Add methods for IntervalBox previously in IntervalRootFinding * Remove a reference to IntervalRootFinding, and fix complex interval test * Implement suggestions of the review * Incorporate a missing suggestion of the review
Codecov Report
@@ Coverage Diff @@
## master #83 +/- ##
==========================================
+ Coverage 56.14% 58.26% +2.12%
==========================================
Files 10 9 -1
Lines 431 393 -38
==========================================
- Hits 242 229 -13
+ Misses 189 164 -25
Continue to review full report at Codecov.
|
Thanks @lbenet ! |
Fixes #78