mirror of
https://rs-loy-gitlab.concordia.ca/PMAU/DynamicBuildingSimulation.git
synced 2024-11-14 23:10:28 -05:00
Unit test review to include data model changes and code cleaning
This commit is contained in:
parent
cd4dd4a719
commit
2e7edc02dc
2
main.py
2
main.py
|
@ -11,7 +11,7 @@ name_gml = '2050 bp_2buildings'
|
||||||
name_cli = 'inseldb_New_York_City.cli'
|
name_cli = 'inseldb_New_York_City.cli'
|
||||||
name_weather = 'inseldb_New_York_City.dat'
|
name_weather = 'inseldb_New_York_City.dat'
|
||||||
example_path = (Path(__file__).parent / 'examples/NYC_2buildings').resolve()
|
example_path = (Path(__file__).parent / 'examples/NYC_2buildings').resolve()
|
||||||
full_path_gml = (example_path / 'inputs' / ('3buildings.xml')).resolve()
|
full_path_gml = (example_path / 'inputs' / ('buildings.gml')).resolve()
|
||||||
full_path_cli = (example_path / 'inputs' / name_cli).resolve()
|
full_path_cli = (example_path / 'inputs' / name_cli).resolve()
|
||||||
full_path_weather = (example_path / 'inputs' / name_weather).resolve()
|
full_path_weather = (example_path / 'inputs' / name_weather).resolve()
|
||||||
outputs_path = (example_path / 'outputs').resolve()
|
outputs_path = (example_path / 'outputs').resolve()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user