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
e01975eb
Commit
e01975eb
authored
Mar 13, 2026
by
Eric Duminil
Browse files
TODO
parent
ced14805
Changes
1
Show whitespace changes
Inline
Side-by-side
src/simstadt/runner.py
View file @
e01975eb
...
@@ -195,6 +195,7 @@ def run_simstadt(workflow_path: Path, name: str) -> str:
...
@@ -195,6 +195,7 @@ def run_simstadt(workflow_path: Path, name: str) -> str:
log
.
info
(
" Workflow finished successfully!
\n
"
)
log
.
info
(
" Workflow finished successfully!
\n
"
)
return
result
.
stdout
return
result
.
stdout
#TODO: Add get_hull
def
run_regionchooser
(
*
params
:
str
)
->
str
:
def
run_regionchooser
(
*
params
:
str
)
->
str
:
"""Invoke the SimStadt RegionChooser CLI. Returns stdout."""
"""Invoke the SimStadt RegionChooser CLI. Returns stdout."""
...
...
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