use 30% speaking, 70% breathing for large_population_baselines

This commit is contained in:
markus 2021-02-18 15:01:41 +01:00
parent a6735b8029
commit a833cc6178

View file

@ -848,9 +848,10 @@ large_population_baselines = [MCExposureModel(
presence=models.SpecificInterval(((0, 4), (5, 9))),
masked=False,
virus=MCVirus(halflife=1.1, qID=qid),
expiratory_activity=2,
expiratory_activity=4,
samples=200000,
breathing_category=2,
expiratory_activity_weights=(0.7, 0.3, 0)
)
),