Open holgerteichgraeber opened 5 years ago
Merging #124 into dev will increase coverage by
0.08%
. The diff coverage is80%
.
@@ Coverage Diff @@
## dev #124 +/- ##
==========================================
+ Coverage 64.49% 64.57% +0.08%
==========================================
Files 9 9
Lines 521 525 +4
==========================================
+ Hits 336 339 +3
- Misses 185 186 +1
Impacted Files | Coverage Δ | |
---|---|---|
src/clustering/extreme_vals.jl | 83.75% <80%> (-0.47%) |
:arrow_down: |
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 371bc9f...b918664. Read the comment docs.
@YoungFaithful
Define an extreme value based on an attribute (e.g.
wind
) and it finds the corresponding extreme value among all nodes.Previously, only an attribute-node pair was allowed for extreme value identification (e.g.
wind-dena72
).