PoisotLab / SpatialBoundaries.jl

https://poisotlab.github.io/SpatialBoundaries.jl/
MIT License
2 stars 0 forks source link

Boundaries using ecdf #46

Closed tpoisot closed 2 years ago

tpoisot commented 2 years ago

This version uses StatsBase.ecdf to get the boundaries, which works a bit better than denserank

codecov[bot] commented 2 years ago

Codecov Report

Merging #46 (a35ccc4) into main (d09c69d) will increase coverage by 3.73%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #46      +/-   ##
==========================================
+ Coverage   94.33%   98.07%   +3.73%     
==========================================
  Files           7        6       -1     
  Lines         106      104       -2     
==========================================
+ Hits          100      102       +2     
+ Misses          6        2       -4     
Flag Coverage Δ
unittests 98.07% <100.00%> (+3.73%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/SpatialBoundaries.jl 100.00% <ø> (ø)
src/lib/boundaries.jl 100.00% <100.00%> (+50.00%) :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 d09c69d...a35ccc4. Read the comment docs.