Remove run from test

This commit is contained in:
Guille Gutierrez 2023-03-23 15:59:23 -04:00
parent 5096fe3bab
commit b9c1e4f071

View File

@ -110,8 +110,7 @@ class TestExports(TestCase):
ConstructionFactory('nrcan', city).enrich()
UsageFactory('nrcan', city).enrich()
try:
idf = EnergyBuildingsExportsFactory('idf', city, self._output_path).export_debug()
print(idf.run())
EnergyBuildingsExportsFactory('idf', city, self._output_path).export_debug()
EnergyBuildingsExportsFactory('idf', city, self._output_path,
target_buildings=['gml_1066158', 'gml_1066159']).export()
except Exception: