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

Update data/ashrae_tables.py

Browse files
Files changed (1) hide show
  1. data/ashrae_tables.py +1 -1
data/ashrae_tables.py CHANGED
@@ -187,7 +187,7 @@ class ASHRAETables:
187
  0.9: 1.15 # Dark surfaces
188
  }
189
 
190
- def_load_latitude_correction(self) -> pd.DataFrame:
191
  """
192
  Load latitude correction factors for CLTD based on ASHRAE Handbook—Fundamentals (2017, Chapter 18, Table 7).
193
 
 
187
  0.9: 1.15 # Dark surfaces
188
  }
189
 
190
+ def _load_latitude_correction(self) -> pd.DataFrame:
191
  """
192
  Load latitude correction factors for CLTD based on ASHRAE Handbook—Fundamentals (2017, Chapter 18, Table 7).
193