JuliaIntervals / ValidatedNumerics.jl

Rigorous floating-point calculations with interval arithmetic in Julia
Other
85 stars 17 forks source link

More efficient intersection and union for boxes #196

Closed dpsanders closed 7 years ago

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.08%) to 90.534% when pulling ca5f789856c07a4bc1418f3793dc0b39fd4a50e1 on intersection_union_box into bdc6f815ac3091c2228e4efa9b77818b07a347c1 on master.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.2%) to 90.534% when pulling ca5f789856c07a4bc1418f3793dc0b39fd4a50e1 on intersection_union_box into bdc6f815ac3091c2228e4efa9b77818b07a347c1 on master.

codecov-io commented 7 years ago

Codecov Report

Merging #196 into master will increase coverage by <.01%.

@@            Coverage Diff             @@
##           master     #196      +/-   ##
==========================================
+ Coverage   90.71%   90.72%   +<.01%     
==========================================
  Files          23       23              
  Lines         991      992       +1     
==========================================
+ Hits          899      900       +1     
  Misses         92       92
Impacted Files Coverage Δ
src/ValidatedNumerics.jl 100% <ø> (ø) :white_check_mark:
src/multidim/intervalbox.jl 53.84% <100%> (+3.84%) :white_check_mark:
src/intervals/set_operations.jl 66.66% <100%> (ø) :white_check_mark:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bdc6f81...3a7d149. Read the comment docs.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.2%) to 90.534% when pulling a0e44ab0a992325aea9815faa24da4bfbeef761c on intersection_union_box into bdc6f815ac3091c2228e4efa9b77818b07a347c1 on master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.009%) to 90.726% when pulling 3a7d1494f3d85b0de10afc34b2b7799509ede55d on intersection_union_box into bdc6f815ac3091c2228e4efa9b77818b07a347c1 on master.

lbenet commented 7 years ago

Merging...