Closed dschlaep closed 1 year ago
Merging #235 (4b10171) into main (ce04543) will increase coverage by
0.12%
. The diff coverage is44.77%
.:exclamation: Current head 4b10171 differs from pull request most recent head b6ae3d2. Consider uploading reports for the commit b6ae3d2 to get more accurate results
@@ Coverage Diff @@
## main #235 +/- ##
==========================================
+ Coverage 58.49% 58.61% +0.12%
==========================================
Files 42 42
Lines 8037 8058 +21
==========================================
+ Hits 4701 4723 +22
+ Misses 3336 3335 -1
Files Changed | Coverage Δ | |
---|---|---|
R/H_swSWC.R | 15.29% <0.00%> (-0.37%) |
:arrow_down: |
R/K_swContainer.R | 34.89% <0.00%> (-0.69%) |
:arrow_down: |
R/sw_Pedotransfer_Functions.R | 68.04% <25.00%> (-1.12%) |
:arrow_down: |
R/sw_Vegetation.R | 50.57% <66.66%> (-0.16%) |
:arrow_down: |
R/sw_OutputDerived_Functions.R | 88.38% <75.00%> (+0.36%) |
:arrow_up: |
R/D_swWeatherData.R | 72.60% <100.00%> (+1.58%) |
:arrow_up: |
R/sw_dbW_WeatherDatabase.R | 80.31% <100.00%> (+1.68%) |
:arrow_up: |
Updates to accommodate SOILWAT2 v7.1.0 developments (DrylandEcology/SOILWAT2#351)
* Updating rSOILWAT2 to be compatible with SOILWAT2 v7.1.0 (thread-safety and reentrancy) will not affect the user interface and is expected to produce identical simulation output -> for rSOILWAT2, this is a patch and not a minor version increase
v6.0.1 is now just a bugfix for #236
Updates to accommodate SOILWAT2 v7.1.0 developments (https://github.com/DrylandEcology/SOILWAT2/pull/351)