Changed baseline model to consider the OMICRON varian
This commit is contained in:
parent
330c47823e
commit
983078f3a3
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ def baseline_model(activity: str,
|
||||||
),
|
),
|
||||||
infected=mc.InfectedPopulation(
|
infected=mc.InfectedPopulation(
|
||||||
number=1,
|
number=1,
|
||||||
virus=virus_distributions['SARS_CoV_2'],
|
virus=virus_distributions['SARS_CoV_2_OMICRON'],
|
||||||
presence=models.SpecificInterval(((8.5, 12.5),)),
|
presence=models.SpecificInterval(((8.5, 12.5),)),
|
||||||
mask=exposure_mask,
|
mask=exposure_mask,
|
||||||
activity=activity_distributions[activity],
|
activity=activity_distributions[activity],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue