mirror of
https://rs-loy-gitlab.concordia.ca/PMAU/DynamicBuildingSimulation.git
synced 2024-11-14 23:10:28 -05:00
finding errors in the server 3
This commit is contained in:
parent
bf1b049c98
commit
08631e7fa7
2
main.py
2
main.py
|
@ -46,7 +46,7 @@ for city_object in city.city_objects:
|
|||
(example_path / 'third_party_files/sra').resolve()
|
||||
full_path_wea = (example_path / 'third_party_files/insel' / (city_object.name + '.weather')).resolve()
|
||||
full_path_ig = (example_path / 'third_party_files/insel' / (city_object.name + '.ig')).resolve()
|
||||
###
|
||||
|
||||
insel_file_name = city_object.name + '.insel'
|
||||
try:
|
||||
content = Templates.generate_thermal_dynamic_template(city_object, full_path_out, full_path_wea, full_path_ig, Sp)
|
||||
|
|
Loading…
Reference in New Issue
Block a user