Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make set_initial_flows() in IDE model compatible for both ConfirmedCasesNoAgeEntry and ConfirmedCasesDataEntry #1187

Open
annawendler opened this issue Jan 13, 2025 · 0 comments · May be fixed by #1188
Assignees
Labels
loc::backend This issue concerns the C++ backend implementation. model::ide This issue concerns any kind of integro differential equations-based model. prio::high The priority of this task is high.

Comments

@annawendler
Copy link
Member

Currently, the function set_initial_flows() only works for the type ConfirmedCasesDataEntry which works for age-resolved data. In the IDE paper, we did a simulation using data that was not age resolved and used the type ConfirmedCasesNoAgeEntry. For this type, set_initial_fows() doesn't work anymore (since we implemented age resolution to the IDE model) which is what we want to fix here.

@annawendler annawendler added prio::high The priority of this task is high. loc::backend This issue concerns the C++ backend implementation. model::ide This issue concerns any kind of integro differential equations-based model. labels Jan 13, 2025
@annawendler annawendler self-assigned this Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
loc::backend This issue concerns the C++ backend implementation. model::ide This issue concerns any kind of integro differential equations-based model. prio::high The priority of this task is high.
Projects
Status: Product Backlog
Development

Successfully merging a pull request may close this issue.

1 participant