export_input_data_county_timeseries is too similar to read_input_data_county #1028
Closed
2 tasks done
Labels
class::bug
Bugs found in the software
class::improvement
Cleanup that doesn't affect functionality
loc::backend
This issue concerns the C++ backend implementation.
model::ode
This issue concerns any kind of ODE-based model.
prio::moderate
The priority of this task is moderate.
Uh oh!
There was an error while loading. Please reload this page.
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
The text was updated successfully, but these errors were encountered: