Closed gvegayon closed 1 week ago
Attention: Patch coverage is 0%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 83.96%. Comparing base (
d177940
) to head (31d8724
). Report is 1 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
include/epiworld/model-meat.hpp | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Closing this in favor of https://github.com/UofUEpiBio/epiworld/pull/34.
This pull request includes several changes to the
epiworld
project, focusing on template parameter defaults, error message clarity, and the addition of a new community-hospital model example. The most important changes are summarized below:Template Parameter Defaults:
EPI_DEFAULT_TSEQ
as the default type forTSeq
instead ofint
. This change improves code consistency and flexibility. (epiworld.hpp
[1] [2] [3] [4];include/epiworld/agent-meat-virus-sampling.hpp
[5] [6] [7];include/epiworld/misc.hpp
[8]Error Message Clarity:
Model<TSeq>::operator()
method by adding single quotes around the parameter name. (epiworld.hpp
[1];include/epiworld/model-meat.hpp
[2]Community-Hospital Model Example:
Makefile
, a detailedREADME.md
, and a newmain.cpp
file with the model implementation. (examples/14-community-hosp/Makefile
[1];examples/14-community-hosp/README.md
[2];examples/14-community-hosp/main.cpp
[3]Makefile
to include the new community-hospital example. (examples/Makefile
examples/MakefileL11-R12)