Updated tests a little
This commit is contained in:
parent
b6403690e7
commit
8f10706d3e
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ def baseline_model():
|
|||
virus=models.Virus.types['SARS_CoV_2'],
|
||||
presence=models.SpecificInterval(((0, 4), (5, 8))),
|
||||
mask=models.Mask.types['No mask'],
|
||||
activity=models.Activity.types['Light exercise'],
|
||||
activity=models.Activity.types['Light activity'],
|
||||
expiration=models.Expiration.types['Unmodulated Vocalization'],
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue