JuliaGeometry / RegionTrees.jl

Quadtrees, Octrees, and more in Julia
Other
111 stars 22 forks source link

Fix boundary for non-float64 types #24

Closed rdeits closed 5 years ago

rdeits commented 5 years ago

Includes #22

Fixes #23

codecov-io commented 5 years ago

Codecov Report

Merging #24 into master will increase coverage by 5.52%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
+ Coverage   79.09%   84.61%   +5.52%     
==========================================
  Files           5        5              
  Lines         110      104       -6     
==========================================
+ Hits           87       88       +1     
+ Misses         23       16       -7
Impacted Files Coverage Δ
src/cell.jl 81.03% <100%> (+4.36%) :arrow_up:
src/twosarray.jl 92.85% <0%> (+20.63%) :arrow_up:

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 3f8836b...34daaee. Read the comment docs.

codecov-io commented 5 years ago

Codecov Report

Merging #24 into master will increase coverage by 5.52%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
+ Coverage   79.09%   84.61%   +5.52%     
==========================================
  Files           5        5              
  Lines         110      104       -6     
==========================================
+ Hits           87       88       +1     
+ Misses         23       16       -7
Impacted Files Coverage Δ
src/cell.jl 81.03% <100%> (+4.36%) :arrow_up:
src/twosarray.jl 92.85% <0%> (+20.63%) :arrow_up:

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 3f8836b...34daaee. Read the comment docs.