shared wall implementation bug fixing

This commit is contained in:
Guille Gutierrez 2020-05-29 07:25:33 -04:00
parent 8995b30ae3
commit cd4dd4a719

View File

@ -11,7 +11,7 @@ name_gml = '2050 bp_2buildings'
name_cli = 'inseldb_New_York_City.cli'
name_weather = 'inseldb_New_York_City.dat'
example_path = (Path(__file__).parent / 'examples/NYC_2buildings').resolve()
full_path_gml = (example_path / 'inputs' / (name_gml + '.gml')).resolve()
full_path_gml = (example_path / 'inputs' / ('3buildings.xml')).resolve()
full_path_cli = (example_path / 'inputs' / name_cli).resolve()
full_path_weather = (example_path / 'inputs' / name_weather).resolve()
outputs_path = (example_path / 'outputs').resolve()