Closed mtsch closed 4 years ago
Merging #98 into master will increase coverage by
0.72%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #98 +/- ##
==========================================
+ Coverage 95.98% 96.70% +0.72%
==========================================
Files 13 13
Lines 947 1063 +116
==========================================
+ Hits 909 1028 +119
+ Misses 38 35 -3
Impacted Files | Coverage Δ | |
---|---|---|
src/filtrations/alpha.jl | 96.47% <ø> (+2.64%) |
:arrow_up: |
src/abstractfiltration.jl | 82.35% <100.00%> (-1.52%) |
:arrow_down: |
src/filtrations/cubical.jl | 100.00% <100.00%> (+0.86%) |
:arrow_up: |
src/filtrations/custom.jl | 98.59% <100.00%> (+0.10%) |
:arrow_up: |
src/filtrations/rips.jl | 100.00% <100.00%> (ø) |
|
src/main.jl | 100.00% <100.00%> (ø) |
|
src/reductionmatrix.jl | 98.55% <100.00%> (+0.18%) |
:arrow_up: |
src/zerodimensional.jl | 100.00% <100.00%> (ø) |
|
... and 10 more |
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 594a76a...e805980. Read the comment docs.
Simplify interfaces:
dist
in favor ofadjacency_matrix
birth(::AbstractFiltration)
methods in favor ofbirths
SparseRips
, makeRips
handle sparse matrices.Other improvements:
Rips
input matrix for correctness.