SciCompMod / memilio

Modular spatio-temporal models for epidemic and pandemic simulations
https://scicompmod.github.io/memilio/
Apache License 2.0
51 stars 15 forks source link

982 Make NPI delay implementation a parameter, set it and harmonize model advance functions #984

Open mknaranja opened 3 months ago

mknaranja commented 3 months ago

Changes and Information

Please briefly list the changes (main added features, changed items, or corrected bugs) made:

If need be, add additional information and what the reviewer should look out for in particular:

-

Merge Request - Guideline Checklist

Please check our git workflow. Use the draft feature if the Pull Request is not yet ready to review.

Checks by code author

Checks by code reviewer(s)

mknaranja commented 3 months ago

@HenrZu @jubicker After I had reseen our delay_lockdown parameter on Thursday I directly made a first suggestion on how to improve it. There might be things missing like sampling, setting etc and tests are missing anyway. Could you have a look and take over?

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 99.50980% with 1 line in your changes missing coverage. Please review.

Project coverage is 96.25%. Comparing base (8f9a34c) to head (da9d1fc). Report is 1 commits behind head on main.

Files Patch % Lines
cpp/models/ode_secir/model.h 96.29% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #984 +/- ## ========================================== + Coverage 96.23% 96.25% +0.02% ========================================== Files 128 128 Lines 10852 10935 +83 ========================================== + Hits 10443 10526 +83 Misses 409 409 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

HenrZu commented 1 week ago

@mknaranja @jubicker i have made some changes and added a few tests. Maybe one can verify/ review this further.