Remove run from test
This commit is contained in:
parent
5096fe3bab
commit
b9c1e4f071
|
@ -110,8 +110,7 @@ class TestExports(TestCase):
|
||||||
ConstructionFactory('nrcan', city).enrich()
|
ConstructionFactory('nrcan', city).enrich()
|
||||||
UsageFactory('nrcan', city).enrich()
|
UsageFactory('nrcan', city).enrich()
|
||||||
try:
|
try:
|
||||||
idf = EnergyBuildingsExportsFactory('idf', city, self._output_path).export_debug()
|
EnergyBuildingsExportsFactory('idf', city, self._output_path).export_debug()
|
||||||
print(idf.run())
|
|
||||||
EnergyBuildingsExportsFactory('idf', city, self._output_path,
|
EnergyBuildingsExportsFactory('idf', city, self._output_path,
|
||||||
target_buildings=['gml_1066158', 'gml_1066159']).export()
|
target_buildings=['gml_1066158', 'gml_1066159']).export()
|
||||||
except Exception:
|
except Exception:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user