SABS-R3-Epidemiology / seirmo

This is a project to model the outbreak of an infectious disease with the SEIR model.
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Dash apps need to be updated to use restructured models #100

Open NicholasFan235 opened 2 years ago

NicholasFan235 commented 2 years ago

We have restructured the Forward Model classes framework #93. The SEIR Deterministic model has been duplicated and restructured into this framework. The Dash apps are currently using the model in the old framework, but should be updated to use the restructured models.

Once this is done, need to remove the old deterministic model.