From 308c3a3e604f9b46c2ef601b95d62ac98c62afad Mon Sep 17 00:00:00 2001 From: s_rayegan Date: Tue, 5 Nov 2024 16:40:06 -0500 Subject: [PATCH] A minor commit from my new laptop to verify that the commit and push commands are functioning correctly and properly connected to the Git repository. --- .idea/CityBEM-CityLayers.iml | 2 +- .idea/misc.xml | 2 +- main.py | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.idea/CityBEM-CityLayers.iml b/.idea/CityBEM-CityLayers.iml index d0876a78..d855a999 100644 --- a/.idea/CityBEM-CityLayers.iml +++ b/.idea/CityBEM-CityLayers.iml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index e8e47fc7..fcb1948c 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,5 +3,5 @@ - + \ No newline at end of file diff --git a/main.py b/main.py index 07fac77a..b1365e75 100644 --- a/main.py +++ b/main.py @@ -38,10 +38,10 @@ WeatherFactory('epw', city).enrich() ExportsFactory('stl', city, output_path/'CityBEM_input_output').export() -ExportsFactory('sra', city, tmp_folder).export() -sra_path = (tmp_folder / f'{city.name}_sra.xml').resolve() -subprocess.run(['sra', str(sra_path)]) -ResultFactory('sra', city, tmp_folder).enrich() +#ExportsFactory('sra', city, tmp_folder).export() +#sra_path = (tmp_folder / f'{city.name}_sra.xml').resolve() +#subprocess.run(['sra', str(sra_path)]) +#ResultFactory('sra', city, tmp_folder).enrich() CityBEM_workflow(city) #run the city using a fast City-Building Energy Model, CityBEM #energy_plus_workflow(city) print ("test done") \ No newline at end of file