Disease modules schedule events for specific years during "burn-in period" at initialisation
Open
@joehcollins is already working on this.
Since Oct 3, 2024.
framework
- Dominant language
- Python
- Stars
- 35
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
A number of modules (maternal health, schisto, EPI) schedule events to occur on a given year (pre 2023) during at initialisation which means that the start date for a simulation cannot be before the earliest of these years (which are hard coded) otherwise the model crashes from attempting to schedule events in the past. In the current version of master this means that you cannot run a simulation with a start date later than 2015.
This issue links to discussions within #1320 (@tbhallett)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.