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
140 stars 52 forks source link

Fix python 3.11 mutable dataclass ndarray field compatibility #78

Closed night-crawler closed 11 months ago

night-crawler commented 11 months ago

Currently, an attempt to use Default will cause mutable default xxx for field a is not allowed: use default_factory.