CenterForTheBuiltEnvironment / pythermalcomfort

Package to calculate several thermal comfort indices (e.g. PMV, PPD, SET, adaptive) and convert physical variables.
https://pythermalcomfort.readthedocs.io/en/latest/
MIT License
144 stars 52 forks source link

Speedup cooling_effect #28

Closed FedericoTartarini closed 1 year ago

FedericoTartarini commented 2 years ago

Currently, I am using NumPy vectorize to call this function since it does not accept an array as an input. This should be changed to improve the performance of the code.