correct idf factory
This commit is contained in:
parent
4dbf77fd11
commit
06a8a397b3
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user