change exposure_models to alternate mask-use
This commit is contained in:
parent
3defcc63f3
commit
a05aad27f5
1 changed files with 3 additions and 3 deletions
|
|
@ -652,13 +652,13 @@ exposure_models = [MCExposureModel(
|
|||
infected=MCInfectedPopulation(
|
||||
number=1,
|
||||
presence=models.SpecificInterval(((0, 4), (5, 9))),
|
||||
masked=True,
|
||||
masked=e,
|
||||
virus=MCVirus(halflife=1.1),
|
||||
expiratory_activity=1,
|
||||
samples=200000,
|
||||
samples=2000000,
|
||||
qid=100,
|
||||
breathing_category=1,
|
||||
english_variant=e
|
||||
english_variant=False
|
||||
)
|
||||
),
|
||||
exposed=models.Population(
|
||||
|
|
|
|||
Loading…
Reference in a new issue