Closed dschlaep closed 2 years ago
Merging #199 (d1603cc) into release/v3.5.1 (a8b45de) will increase coverage by
0.17%
. The diff coverage is82.43%
.:exclamation: Current head d1603cc differs from pull request most recent head d687d1c. Consider uploading reports for the commit d687d1c to get more accurate results
@@ Coverage Diff @@
## release/v3.5.1 #199 +/- ##
==================================================
+ Coverage 54.42% 54.60% +0.17%
==================================================
Files 42 42
Lines 6451 6500 +49
==================================================
+ Hits 3511 3549 +38
- Misses 2940 2951 +11
Impacted Files | Coverage Δ | |
---|---|---|
R/sw_OutputDerived_Functions.R | 81.48% <82.43%> (-3.27%) |
: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 a8b45de...d687d1c. Read the comment docs.
new
get_soiltemp()
provides a consistent interface across versionsprevious attempts with
get_soiltemp_avg()
andget_surfacetemp_avg()
were too limited (e.g., they only delivered average temperatures consistently but not min/max)