From cd7104206a2184127ff5d056939007d410057d35 Mon Sep 17 00:00:00 2001 From: p_monsalvete Date: Wed, 13 Sep 2023 04:40:11 -0400 Subject: [PATCH] changed name of test file --- tests/test_results_import.py | 1 + .../tests_data/{summerschool_one_building_out.csv => 12_out.csv} | 0 2 files changed, 1 insertion(+) rename tests/tests_data/{summerschool_one_building_out.csv => 12_out.csv} (100%) diff --git a/tests/test_results_import.py b/tests/test_results_import.py index 7f8df098..e3498079 100644 --- a/tests/test_results_import.py +++ b/tests/test_results_import.py @@ -96,6 +96,7 @@ class TestResultsImport(TestCase): def test_energy_plus_results_import(self): ResultFactory('energy_plus_workflow', self._city, self._example_path).enrich() for building in self._city.buildings: + print(building.name) print(building.heating_demand) print(building.cooling_demand) diff --git a/tests/tests_data/summerschool_one_building_out.csv b/tests/tests_data/12_out.csv similarity index 100% rename from tests/tests_data/summerschool_one_building_out.csv rename to tests/tests_data/12_out.csv