diff --git a/costs/__init__.py b/costs/__init__.py index 3f34dac..a0c42e0 100644 --- a/costs/__init__.py +++ b/costs/__init__.py @@ -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: