Caching aerosols computation
This commit is contained in:
parent
31f13d6457
commit
390d229944
1 changed files with 1 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue