pythermalcomfort icon indicating copy to clipboard operation
pythermalcomfort copied to clipboard

Convert output models to NamedTuple or dataclasses

Open FedericoTartarini opened this issue 8 months ago • 0 comments

Currently the output of several models are Python dictionaries, they have several limitations and we should use either:

  • dataclasess
  • NamedTuple from the typing library docs

FedericoTartarini avatar Oct 09 '23 00:10 FedericoTartarini