Closed ranjanan closed 6 years ago
Merging #21 into master will increase coverage by
35.73%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #21 +/- ##
===========================================
+ Coverage 54.32% 90.06% +35.73%
===========================================
Files 10 10
Lines 486 493 +7
===========================================
+ Hits 264 444 +180
+ Misses 222 49 -173
Impacted Files | Coverage Δ | |
---|---|---|
src/strength.jl | 96.92% <ø> (+40.67%) |
:arrow_up: |
src/aggregate.jl | 84.48% <100%> (+84.48%) |
:arrow_up: |
src/multilevel.jl | 75% <100%> (+1.08%) |
:arrow_up: |
src/classical.jl | 100% <100%> (ø) |
:arrow_up: |
src/smoother.jl | 71.66% <100%> (+26.83%) |
:arrow_up: |
src/utils.jl | 89.79% <100%> (+89.79%) |
:arrow_up: |
src/aggregation.jl | 95.34% <100%> (+95.34%) |
:arrow_up: |
... and 2 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 c43419c...f42c843. Read the comment docs.
Supports single precision on both
ruge_stuben
andsmoothed_aggregation
. Fixes #20