Inconsistency and minor naming corrections across the library #704
Labels
class::documentation
Improvements or additions to documentation
class::improvement
Cleanup that doesn't affect functionality
Epic
loc::backend
This issue concerns the C++ backend implementation.
loc::data analysis
This issue concerns any kind of data analysis.
loc::python interface
This issue concerns the python interface to the backend implementation.
model::abm
This issue concerns any kind of agent-based model.
model::ide
This issue concerns any kind of integro differential equations-based model.
model::ml
machine learning surrogate model
model::ode
This issue concerns any kind of ODE-based model.
Motivation / Current Behaviour
Across the library, we still have a lot of inconsistencies and minor corrections that we would like to do.
They are
However, many of these small naming changes touch many different files and thus produce merge conflicts with open pull requests.
Enhancement description
Here, I'd like you to collect all these small changes that we want to do. Then, we can check regularly if this change can be done without conflicting too much with open pull requests. As admins of the repository, @DavidKerkmann @HenrZu @jubicker @annawendler @xsaschako you are able to edit this message so that we can maybe collect all this here in one post.
For model harmonizations, please do identically at #400
For now, we have
RecoveredPerInfectedNoSymptoms
. We should rather work withInfectedSymptomsPerInfectedNoSymptoms
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: