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

Missing method get_model_param_lockdown_elderly_on #224

Closed sedim-dhsc closed 2 years ago

sedim-dhsc commented 2 years ago

In Python, calling model.get_param("lockdown_elderly_on") raises COVID19.model.ModelParameterException: Parameter lockdown_elderly_on not found. This is due to the fact that param.h and params.c don't have the method get_model_param_lockdown_elderly_on.

Thanks for the great lib Dmitry

roberthinch commented 2 years ago

Fixed in PR#225