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
a9753c6e
Commit
a9753c6e
authored
Mar 14, 2026
by
Eric Duminil
Browse files
Adding regionchooser as script too
No parameters yet
parent
2e838b58
Changes
2
Hide whitespace changes
Inline
Side-by-side
pyproject.toml
View file @
a9753c6e
...
...
@@ -15,8 +15,8 @@ dependencies = [
]
[project.scripts]
# TODO: Define regionchooser too?
simstadt
=
"simstadt:main"
regionchooser
=
"simstadt:run_regionchooser"
[dependency-groups]
dev
=
["pytest>
=
8.0
", "
rich
", "
pytest-cov
"]
...
...
src/simstadt/__init__.py
View file @
a9753c6e
...
...
@@ -8,7 +8,7 @@ from .results import (
SolarPotentialResults
,
create_simstadt_results
,
)
from
.runner
import
run_workflow_with_citygml
from
.runner
import
run_workflow_with_citygml
,
run_regionchooser
from
.utils
import
clean_old_workflows
from
.workflows
import
greenwater_simulation
,
heatdemand_simulation
,
photovoltaic_simulation
...
...
@@ -25,6 +25,7 @@ __all__ = [
"create_simstadt_results"
,
"clean_old_workflows"
,
"run_workflow_with_citygml"
,
"run_regionchooser"
,
"photovoltaic_simulation"
,
"heatdemand_simulation"
,
"greenwater_simulation"
,
...
...
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