From ba2d117d085857fc8d38f1aa9c9bdbae2f0522f7 Mon Sep 17 00:00:00 2001 From: jgavalda Date: Fri, 19 May 2023 11:20:42 -0400 Subject: [PATCH] Incorporation of ventilation. Working. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 072620c..b059e97 100644 --- a/main.py +++ b/main.py @@ -13,7 +13,7 @@ from energy_systems_dimensioning import EnergySystemsDimensioning try: - file_path = (Path(__file__).parent / 'input_files' / 'selected_building.geojson') + file_path = (Path(__file__).parent / 'input_files' / 'selected_building_1517.geojson') climate_reference_city = 'Montreal' weather_file = 'CAN_PQ_Montreal.Intl.AP.716270_CWEC.epw' weather_format = 'epw'