mabuseif commited on
Commit
2b2ba23
·
verified ·
1 Parent(s): acadd33

Update data/ashrae_tables.py

Browse files
Files changed (1) hide show
  1. data/ashrae_tables.py +1 -1
data/ashrae_tables.py CHANGED
@@ -92,7 +92,7 @@ class EquipmentType(Enum):
92
  class ASHRAETables:
93
  """Class for managing ASHRAE tables for load calculations, compliant with ASHRAE Handbook—Fundamentals (2017, Chapter 18)."""
94
 
95
- def__init__(self):
96
  """Initialize ASHRAE tables with CLTD, SCL, CLF, heat gain, and correction factors."""
97
  # Load tables
98
  self.cltd_wall = self._load_cltd_wall_table()
 
92
  class ASHRAETables:
93
  """Class for managing ASHRAE tables for load calculations, compliant with ASHRAE Handbook—Fundamentals (2017, Chapter 18)."""
94
 
95
+ def __init__(self):
96
  """Initialize ASHRAE tables with CLTD, SCL, CLF, heat gain, and correction factors."""
97
  # Load tables
98
  self.cltd_wall = self._load_cltd_wall_table()