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

945 Allow contact increase for simulation of larger events #975

Closed HenrZu closed 3 months ago

HenrZu 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)

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.32%. Comparing base (04179df) to head (fcc4509). Report is 7 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #975 +/- ## ========================================== + Coverage 96.29% 96.32% +0.02% ========================================== Files 123 129 +6 Lines 9844 10058 +214 ========================================== + Hits 9479 9688 +209 - Misses 365 370 +5 ```

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

mknaranja commented 3 months ago

@HenrZu Please see (and review) tests, example and slight default value changes.

HenrZu commented 3 months ago

I just added some line breaks after the std::cout calls to make the output clearer. Otherwise it is an very interesting & helpful example