diff --git a/cara/models.py b/cara/models.py index 481074cd..cf2ffb8f 100644 --- a/cara/models.py +++ b/cara/models.py @@ -550,6 +550,7 @@ class Expiration(_ExpirationBase): # speaking, singing, or shouting). BLO_factors: typing.Tuple[float, float, float] + @cached() def aerosols(self, mask: Mask): """ Result is in mL.cm^-3 """ def volume(d):