mirror of
https://rs-loy-gitlab.concordia.ca/PMAU/DynamicBuildingSimulation.git
synced 2024-11-14 23:10:28 -05:00
Modified main to calculate more than one building
This commit is contained in:
parent
9d9e1ab1ae
commit
90df16a35a
2
main.py
2
main.py
|
@ -34,7 +34,7 @@ pickle_weather = False
|
||||||
pickle_construction = False
|
pickle_construction = False
|
||||||
pickle_usage = False
|
pickle_usage = False
|
||||||
pickle_schedules = False
|
pickle_schedules = False
|
||||||
pickle_file = 'tests/tests_data/one_building_in_kelowna.pickle'
|
pickle_file = 'tests/tests_data/dompark.pickle'
|
||||||
|
|
||||||
# Load geometry
|
# Load geometry
|
||||||
if not pickle_geometry:
|
if not pickle_geometry:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user