correct idf factory

This commit is contained in:
Guille Gutierrez 2021-08-11 15:23:57 -04:00
parent 4dbf77fd11
commit 06a8a397b3

View File

@ -66,7 +66,7 @@ class ExportsFactory:
Export the city to Energy+ idf format
:return:
"""
return Idf()
return Idf(self._city, (self._path / f'{self._city.name}.idf'), (self._path / f'{self._city.name}.idd'),(self._path / f'{self._city.name}.epw'))
@property
def _sra(self):