From b9c1e4f071d3b11507765bc0292f5ca77d98923f Mon Sep 17 00:00:00 2001 From: guille Date: Thu, 23 Mar 2023 15:59:23 -0400 Subject: [PATCH] Remove run from test --- hub/unittests/test_exports.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hub/unittests/test_exports.py b/hub/unittests/test_exports.py index 6145335e..e4c76353 100644 --- a/hub/unittests/test_exports.py +++ b/hub/unittests/test_exports.py @@ -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: