BDI-pathogens / OpenABM-Covid19

OpenABM-Covid19: an agent-based model for modelling the spread of SARS-CoV-2 (coronavirus) and control interventions for the Covid-19 epidemic
GNU General Public License v3.0
111 stars 76 forks source link

Re enable tracking of `hospital_admissions` and `hospital_to_critical_daily` to model when nosocomial mode is disabled #147

Closed brynmathias closed 4 years ago

brynmathias commented 4 years ago

Update tests to make sure that we are emitting the right values over time Value names stay the same to the python output, but are switched based on model configuration

Add new enums and functionality to restore previous value counts in disease.c

brynmathias commented 4 years ago

This also solves issue #137