reduce number of samples for chorale
This commit is contained in:
parent
0b2958dc15
commit
9346e9c73b
1 changed files with 1 additions and 1 deletions
|
|
@ -777,7 +777,7 @@ chorale_model = [MCExposureModel(
|
||||||
masked=False,
|
masked=False,
|
||||||
virus=MCVirus(halflife=1.1, qID=qid),
|
virus=MCVirus(halflife=1.1, qID=qid),
|
||||||
expiratory_activity=3,
|
expiratory_activity=3,
|
||||||
samples=200000,
|
samples=20000,
|
||||||
breathing_category=3,
|
breathing_category=3,
|
||||||
expiratory_activity_weights=(0.7, 0.3, 0)
|
expiratory_activity_weights=(0.7, 0.3, 0)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue