From a833cc6178d123ed9d0ffa91a2df24a9444ce464 Mon Sep 17 00:00:00 2001 From: markus Date: Thu, 18 Feb 2021 15:01:41 +0100 Subject: [PATCH] use 30% speaking, 70% breathing for large_population_baselines --- cara/montecarlo.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cara/montecarlo.py b/cara/montecarlo.py index 4699b590..5ea433de 100644 --- a/cara/montecarlo.py +++ b/cara/montecarlo.py @@ -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) ) ),