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)]