You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docstring for the probability-based vaccination function states that if ‘vaccine’ is supplied as a dictionary, it must have the following parameters: nab_eff, nab_init, nab_boost, doses, interval and entries for efficacy against each of the strains. In implementing a custom vaccine, we included the parameter ‘nab_eff’. However, we found that changing the ‘nab_eff’ parameter values made no difference to the simulation results.
To reproduce
Steps to reproduce the behavior:
Define a custom vaccine. 2. Configure the simulation 3. Run the simulation
Describe the bug
The docstring for the probability-based vaccination function states that if ‘vaccine’ is supplied as a dictionary, it must have the following parameters: nab_eff, nab_init, nab_boost, doses, interval and entries for efficacy against each of the strains. In implementing a custom vaccine, we included the parameter ‘nab_eff’. However, we found that changing the ‘nab_eff’ parameter values made no difference to the simulation results.
To reproduce
Steps to reproduce the behavior:
Platform:
The text was updated successfully, but these errors were encountered: