SciCompMod / memilio

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

export_input_data_county_timeseries is too similar to read_input_data_county #1028

Open HenrZu opened 1 month ago

HenrZu commented 1 month ago

Bug description

The current code for the function export_input_data_county_timeseries is similar to the functionality in read_input_data_county but are completely independent from each other. This redundancy also increases the susceptibility to errors, as both codes always have to be adapted. It would be better when they would share the same functionalities since they work nearly equal.

Version

Linux

To reproduce

Compare both results

Relevant log output

No response

Add any relevant information, e.g. used compiler, screenshots.

No response

Checklist