Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SimStadt
simstadtpy
Commits
db802a85
Commit
db802a85
authored
Mar 12, 2026
by
Eric Duminil
Browse files
Not needed
parent
ea249156
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/test_simulations.py
View file @
db802a85
...
@@ -9,8 +9,6 @@ from simstadtpy.runner import run_workflow_with_citygml
...
@@ -9,8 +9,6 @@ from simstadtpy.runner import run_workflow_with_citygml
TEST_DATA
=
Path
(
__file__
).
parent
/
"data"
TEST_DATA
=
Path
(
__file__
).
parent
/
"data"
TEST_TEMPLATES
=
TEST_DATA
/
"Templates"
TEST_TEMPLATES
=
TEST_DATA
/
"Templates"
# SimStadt resolves GML paths relative to the repository root (project_path.parent).
# With project in TestRepo/Temp.proj, repo root = TestRepo/ → GML must live there.
TEST_GML
=
TEST_DATA
/
"TestRepo"
/
"MiniBuchwald.gml"
TEST_GML
=
TEST_DATA
/
"TestRepo"
/
"MiniBuchwald.gml"
TEST_PROJECT
=
TEST_DATA
/
"TestRepo"
/
"Temp.proj"
TEST_PROJECT
=
TEST_DATA
/
"TestRepo"
/
"Temp.proj"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment