Tests_output to tests_outputs
This commit is contained in:
parent
ec05c279a5
commit
820b1cdde8
|
@ -72,7 +72,7 @@ class Control:
|
||||||
SimulationResults.__table__.create(bind=repository.engine, checkfirst=True)
|
SimulationResults.__table__.create(bind=repository.engine, checkfirst=True)
|
||||||
|
|
||||||
city_file = (Path(__file__).parent / 'tests_data/test.geojson').resolve()
|
city_file = (Path(__file__).parent / 'tests_data/test.geojson').resolve()
|
||||||
output_path = (Path(__file__).parent / 'tests_output').resolve()
|
output_path = (Path(__file__).parent / 'tests_outputs').resolve()
|
||||||
self._city = GeometryFactory('geojson',
|
self._city = GeometryFactory('geojson',
|
||||||
city_file,
|
city_file,
|
||||||
height_field='citygml_me',
|
height_field='citygml_me',
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user