From d408fbc6772d88abb0d573f310a90d7e44cbaec0 Mon Sep 17 00:00:00 2001 From: markus Date: Mon, 15 Feb 2021 14:02:02 +0100 Subject: [PATCH] change qid to 300 --- cara/montecarlo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cara/montecarlo.py b/cara/montecarlo.py index 65796e70..01b2d944 100644 --- a/cara/montecarlo.py +++ b/cara/montecarlo.py @@ -708,7 +708,7 @@ fixed_vl_exposure_models = [MCExposureModel( virus=MCVirus(halflife=1.1), expiratory_activity=1, samples=2000000, - qid=100, + qid=300, breathing_category=1, english_variant=False, viral_load=float(vl) @@ -739,7 +739,7 @@ exposure_models = [MCExposureModel( virus=MCVirus(halflife=1.1), expiratory_activity=1, samples=2000000, - qid=100, + qid=300, breathing_category=1, english_variant=False )