Test the code, success
This commit is contained in:
parent
38fa1cabc2
commit
737f5182f0
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue
Block a user