Reuse more code in Initialization Process of ODE models #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
Reuse more code, e.g., set_divi_data (in ode_secir) and a set_divi_data (ode_secirvvs) only need a different ModelType.
Consider:
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: