Closed potterzot closed 5 years ago
Merging #26 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #26 +/- ##
=======================================
Coverage 97.51% 97.51%
=======================================
Files 9 9
Lines 924 924
=======================================
Hits 901 901
Misses 23 23
Impacted Files | Coverage Δ | |
---|---|---|
R/rectify-maps.R | 90.43% <100%> (ø) |
: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 d9389e1...7ed342a. Read the comment docs.
Add
<=
to line 284.From what I can tell, if
dn
contains negative and zero values thenthr0
is set toNA
. This fixes that.