Streamline code for reading in data in model specific IO files #1108
Labels
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.
Motivation / Current Behaviour
A lot of code used to read data , e.g.,
read_population_data
, is doubled in the parameters_io files for the ODE models. We should add documentation and also make them generic.Enhancement description
less code would make it easier to maintain.
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: