correct typo

This commit is contained in:
Guille Gutierrez 2024-09-30 19:46:07 +02:00
parent 4738de0d8c
commit 2495046c44

View File

@ -60,7 +60,7 @@ class EnergyBuildingsExportsFactory:
with open(self._weather_file, 'wb') as epw_file: with open(self._weather_file, 'wb') as epw_file:
epw_file.write(requests.get(url, allow_redirects=True).content) epw_file.write(requests.get(url, allow_redirects=True).content)
return Idf(self._city, self._path, (idf_data_path / 'Minimal.idf'), (idf_data_path / 'Energy+.idd'), return Idf(self._city, self._path, (idf_data_path / 'Minimal.idf'), (idf_data_path / 'Energy+.idd'),
self._weather_path, target_buildings=self._target_buildings) self._weather_file, target_buildings=self._target_buildings)
@property @property
def _insel_monthly_energy_balance(self): def _insel_monthly_energy_balance(self):