ncsu-landscape-dynamics / rpops

PoPS (Pest or Pathogen Spread) R Package
https://ncsu-landscape-dynamics.github.io/rpops/
GNU General Public License v3.0
10 stars 5 forks source link

Config automanage #67

Closed ChrisJones687 closed 3 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #67 (5526280) into master (a51cbdb) will increase coverage by 18.53%. The diff coverage is 82.01%.

:exclamation: Current head 5526280 differs from pull request most recent head e203121. Consider uploading reports for the commit e203121 to get more accurate results Impacted file tree graph

@@             Coverage Diff             @@
##           master      #67       +/-   ##
===========================================
+ Coverage   56.77%   75.31%   +18.53%     
===========================================
  Files          11       39       +28     
  Lines        3278     4589     +1311     
===========================================
+ Hits         1861     3456     +1595     
+ Misses       1417     1133      -284     
Impacted Files Coverage Δ
R/auto_manage.R 0.00% <0.00%> (ø)
R/helpers.R 84.15% <94.02%> (+84.15%) :arrow_up:
R/pops_multirun.R 94.21% <95.76%> (+2.27%) :arrow_up:
R/configuration.R 85.24% <97.14%> (+2.10%) :arrow_up:
R/calibrate.R 92.32% <100.00%> (+1.00%) :arrow_up:
R/checks.R 78.89% <100.00%> (+15.84%) :arrow_up:
R/quantity_allocation_disagreement.R 86.32% <100.00%> (+0.61%) :arrow_up:
R/validate.R 99.36% <100.00%> (+<0.01%) :arrow_up:
inst/include/model.hpp 83.45% <0.00%> (ø)
inst/include/switch_kernel.hpp 81.25% <0.00%> (ø)
... and 31 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 a51cbdb...e203121. Read the comment docs.

wenzeslaus commented 3 years ago

As for #82, the spatial = TRUE part is still there and is unused even after df3dbf8.

ChrisJones687 commented 3 years ago

closes #82