-
Notifications
You must be signed in to change notification settings - Fork 23
Wrong index in ODE_SEIR model #1185
Copy link
Copy link
Closed
Labels
class::bugBugs found in the softwareBugs found in the softwareloc::backendThis issue concerns the C++ backend implementation.This issue concerns the C++ backend implementation.model::odeThis issue concerns any kind of ODE-based model.This issue concerns any kind of ODE-based model.prio::moderateThe priority of this task is moderate.The priority of this task is moderate.status::in progressThis issue is in progess.This issue is in progess.
Metadata
Metadata
Assignees
Labels
class::bugBugs found in the softwareBugs found in the softwareloc::backendThis issue concerns the C++ backend implementation.This issue concerns the C++ backend implementation.model::odeThis issue concerns any kind of ODE-based model.This issue concerns any kind of ODE-based model.prio::moderateThe priority of this task is moderate.The priority of this task is moderate.status::in progressThis issue is in progess.This issue is in progess.
Type
Projects
Status
Done (Total)
Bug description
In https://github.com/SciCompMod/memilio/blob/main/cpp/models/ode_seir/model.h#L83 the index
jinstead ofishould be used.Version
Any
To reproduce
Run an ODE_SEIR model with more than one age group.
Relevant log output
No response
Add any relevant information, e.g. used compiler, screenshots.
No response
Checklist