Closed mtsch closed 4 years ago
Merging #88 into master will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #88 +/- ##
=======================================
Coverage 95.90% 95.90%
=======================================
Files 13 13
Lines 927 929 +2
=======================================
+ Hits 889 891 +2
Misses 38 38
Impacted Files | Coverage Δ | |
---|---|---|
src/Ripserer.jl | 100.00% <ø> (ø) |
|
src/primefield.jl | 100.00% <ø> (ø) |
|
src/abstractfiltration.jl | 83.33% <100.00%> (+1.85%) |
:arrow_up: |
src/chainelement.jl | 100.00% <100.00%> (ø) |
|
src/filtrations/alpha.jl | 93.82% <100.00%> (ø) |
|
src/filtrations/cubical.jl | 99.13% <100.00%> (ø) |
|
src/filtrations/custom.jl | 98.48% <100.00%> (ø) |
|
src/filtrations/rips.jl | 100.00% <100.00%> (ø) |
|
src/main.jl | 100.00% <100.00%> (ø) |
|
src/simplex.jl | 97.24% <100.00%> (+1.08%) |
: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 71eb0b6...3781b18. Read the comment docs.
vertices
andedges
now overload the LightGraphs functions.n_vertices
is deprecated and replaced byLightGraphs.nv
.