change default activities
This commit is contained in:
parent
ce446dad33
commit
a8d7d6e7b7
1 changed files with 3 additions and 3 deletions
|
|
@ -465,14 +465,14 @@ baseline_model = models.ExposureModel(
|
|||
virus=models.Virus.types['SARS_CoV_2'],
|
||||
presence=models.SpecificInterval(((8, 12), (13, 17))),
|
||||
mask=models.Mask.types['No mask'],
|
||||
activity=models.Activity.types['Light activity'],
|
||||
expiration=models.Expiration.types['Unmodulated Vocalization'],
|
||||
activity=models.Activity.types['Seated'],
|
||||
expiration=models.Expiration.types['Talking'],
|
||||
),
|
||||
),
|
||||
exposed=models.Population(
|
||||
number=10,
|
||||
presence=models.SpecificInterval(((8, 12), (13, 17))),
|
||||
activity=models.Activity.types['Light activity'],
|
||||
activity=models.Activity.types['Seated'],
|
||||
mask=models.Mask.types['No mask'],
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue