Changes structure init
This commit is contained in:
parent
57ee5c9873
commit
ad0b32c15d
|
@ -30,9 +30,9 @@ RETROFITTING_SCENARIOS = [
|
|||
SYSTEM_RETROFIT_AND_PV,
|
||||
SKIN_RETROFIT_AND_SYSTEM_RETROFIT_AND_PV
|
||||
]
|
||||
file_path = Path('./costs/data/selected_building_2864.geojson').resolve()
|
||||
tmp_folder = Path('./costs/tmp').resolve()
|
||||
out_path = Path('./costs/outputs').resolve()
|
||||
file_path = Path('./data/selected_building_2864.geojson').resolve()
|
||||
tmp_folder = Path('./tmp').resolve()
|
||||
out_path = Path('./outputs').resolve()
|
||||
files = glob.glob(f'{out_path}/*')
|
||||
print('path', file_path)
|
||||
for file in files:
|
||||
|
|
Loading…
Reference in New Issue
Block a user