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

Add exposed #92

Closed ChrisJones687 closed 3 years ago

ChrisJones687 commented 3 years ago

Adding exposed file option to have both infected and exposed at the start of the simulation.

codecov[bot] commented 3 years ago

Codecov Report

Merging #92 (813cdac) into master (4600da2) will decrease coverage by 0.06%. The diff coverage is 78.57%.

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

@@            Coverage Diff             @@
##           master      #92      +/-   ##
==========================================
- Coverage   75.17%   75.11%   -0.07%     
==========================================
  Files          39       39              
  Lines        4589     4606      +17     
==========================================
+ Hits         3450     3460      +10     
- Misses       1139     1146       +7     
Impacted Files Coverage Δ
R/auto_manage.R 0.00% <0.00%> (ø)
R/configuration.R 84.93% <77.27%> (-0.31%) :arrow_down:
R/calibrate.R 90.80% <100.00%> (-0.50%) :arrow_down:
R/pops.r 100.00% <100.00%> (ø)
R/pops_multirun.R 94.22% <100.00%> (+0.01%) :arrow_up:
R/validate.R 99.37% <100.00%> (+<0.01%) :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 4600da2...f34e4c5. Read the comment docs.

ChrisJones687 commented 3 years ago

closes #89