From a05aad27f53ec2a8d087713186a85f85197e958c Mon Sep 17 00:00:00 2001 From: markus Date: Thu, 11 Feb 2021 17:15:47 +0100 Subject: [PATCH] change exposure_models to alternate mask-use --- cara/montecarlo.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cara/montecarlo.py b/cara/montecarlo.py index 81a26f6b..3d63c2f9 100644 --- a/cara/montecarlo.py +++ b/cara/montecarlo.py @@ -652,13 +652,13 @@ exposure_models = [MCExposureModel( infected=MCInfectedPopulation( number=1, presence=models.SpecificInterval(((0, 4), (5, 9))), - masked=True, + masked=e, virus=MCVirus(halflife=1.1), expiratory_activity=1, - samples=200000, + samples=2000000, qid=100, breathing_category=1, - english_variant=e + english_variant=False ) ), exposed=models.Population(