From c53da513404f3c9a2491d44831cb81c1d6d2ef31 Mon Sep 17 00:00:00 2001 From: markus Date: Thu, 11 Feb 2021 14:15:14 +0100 Subject: [PATCH] use masks for exposed subjects --- cara/montecarlo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cara/montecarlo.py b/cara/montecarlo.py index 1502ec1d..6dc3739a 100644 --- a/cara/montecarlo.py +++ b/cara/montecarlo.py @@ -655,7 +655,7 @@ exposure_models = [MCExposureModel( number=2, presence=models.SpecificInterval(((0, 4), (5, 9))), activity=models.Activity.types['Seated'], - mask=models.Mask.types['No mask'] + mask=models.Mask.types['Type I'] ) ) for e in (False, True)]