From 01cd52b29e73df0a842e7451395fa4cdda4f8e21 Mon Sep 17 00:00:00 2001 From: jgavalda Date: Tue, 4 Apr 2023 17:59:19 -0400 Subject: [PATCH] Change of minimal.idf to include monthly summary of data to be able to compare with MEP. Commenting the EP-Workflow to solve the error given by the output reader. To be solved with Koa --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 2b90495..45bb778 100644 --- a/main.py +++ b/main.py @@ -11,7 +11,7 @@ from sra_engine import SraEngine #try: -file_path = (Path(__file__).parent / 'input_files' / 'selected_building_839.geojson') +file_path = (Path(__file__).parent / 'input_files' / 'selected_building_1724.geojson') climate_reference_city = 'Montreal' weather_file = 'CAN_PQ_Montreal.Intl.AP.716270_CWEC.epw' weather_format = 'epw'