Closed mtsch closed 4 years ago
Merging #93 into master will increase coverage by
0.07%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #93 +/- ##
==========================================
+ Coverage 95.90% 95.98% +0.07%
==========================================
Files 13 13
Lines 929 947 +18
==========================================
+ Hits 891 909 +18
Misses 38 38
Impacted Files | Coverage Δ | |
---|---|---|
src/zerodimensional.jl | 100.00% <ø> (ø) |
|
src/abstractfiltration.jl | 83.87% <100.00%> (+0.53%) |
:arrow_up: |
src/reductionmatrix.jl | 98.36% <100.00%> (+0.17%) |
: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 ad42623...5105d61. Read the comment docs.
Introduce function
find_apparent_pairs
. This makes it possible to add an apparent pair finding step before PH is computed. In principle, this could maybe be used to do something similar to Ripser++ (https://arxiv.org/pdf/2003.07989.pdf)