diff --git a/lca_carbon_workflow.py b/lca_carbon_workflow.py index 3f60a27..bb858be 100644 --- a/lca_carbon_workflow.py +++ b/lca_carbon_workflow.py @@ -17,9 +17,8 @@ from hub.helpers.dictionaries import Dictionaries class LCACarbonWorkflow: def __init__(self, city_path): - file_path = (Path(__file__).parent.parent / 'input_files' / 'output_buildings_test.geojson') - out_path = (Path(__file__).parent.parent / 'out_files') - files = glob.glob(f'{out_path}/*') + file_path = (Path(__file__).parent / 'input_files' / city_path) + out_path = (Path(__file__).parent / 'out_files') print('[simulation start]') city = GeometryFactory('geojson',