add breathing_category to baseline_mc_exposure_model
This commit is contained in:
parent
ccc07cbb26
commit
2c1a709fd6
1 changed files with 2 additions and 1 deletions
|
|
@ -362,7 +362,8 @@ baseline_mc_exposure_model = MCExposureModel(
|
||||||
virus=MCVirus(halflife=1.1),
|
virus=MCVirus(halflife=1.1),
|
||||||
expiratory_activity=1,
|
expiratory_activity=1,
|
||||||
samples=200000,
|
samples=200000,
|
||||||
qid=100
|
qid=100,
|
||||||
|
breathing_category=4
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
exposed=models.Population(
|
exposed=models.Population(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue