Complete basic clean up and warning removal
This commit is contained in:
parent
9ff47087eb
commit
a566d38a85
4
main.py
4
main.py
|
@ -13,7 +13,7 @@ from energy_systems_sizing import EnergySystemsSizing
|
|||
|
||||
|
||||
try:
|
||||
file_path = (Path(__file__).parent / 'input_files' / 'selected_building.geojson')
|
||||
file_path = (Path(__file__).parent / 'data' / 'selected_building.geojson')
|
||||
climate_reference_city = 'Montreal'
|
||||
weather_file = 'CAN_PQ_Montreal.Intl.AP.716270_CWEC.epw'
|
||||
weather_format = 'epw'
|
||||
|
@ -23,7 +23,7 @@ try:
|
|||
attic_heated_case = 0
|
||||
basement_heated_case = 1
|
||||
|
||||
out_path = (Path(__file__).parent / 'output_files')
|
||||
out_path = (Path(__file__).parent / 'outputs')
|
||||
tmp_folder = (Path(__file__).parent / 'tmp')
|
||||
|
||||
print('[simulation start]')
|
||||
|
|
Loading…
Reference in New Issue
Block a user