SciCompMod / memilio

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

1123 Update getPopulationData.test_total_population() to account for 2023 population data #1126

Open Jonasjjj96 opened 2 months ago

Jonasjjj96 commented 2 months ago

Changes and Information

Fix: Mismatch in total population due to 2023 data update

The newly released population data for 2023 contains only data from 2023, causing a mismatch in the total population when compared with previous years. This results in an error being thrown during the population data validation process.

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)

Jonasjjj96 commented 2 months ago

Pull Request 1124 could solve this issue