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
7bc7e470
Commit
7bc7e470
authored
Mar 13, 2026
by
Eric Duminil
Browse files
format
parent
6f5f9fa0
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/test_runner.py
View file @
7bc7e470
...
@@ -42,7 +42,7 @@ def test_citygml_with_explicit_project_path(mock_simstadt, tmp_path):
...
@@ -42,7 +42,7 @@ def test_citygml_with_explicit_project_path(mock_simstadt, tmp_path):
assert
len
(
results
.
dataframe
)
>
0
assert
len
(
results
.
dataframe
)
>
0
assert
len
(
results
.
kpis
)
==
3
assert
len
(
results
.
kpis
)
==
3
assert
results
.
kpi
(
'
Average load
'
).
unit
==
'
kWh / h
'
assert
results
.
kpi
(
"
Average load
"
).
unit
==
"
kWh / h
"
def
test_citygml_with_explicit_project_path_no_double_copy
(
mock_simstadt
,
tmp_path
):
def
test_citygml_with_explicit_project_path_no_double_copy
(
mock_simstadt
,
tmp_path
):
...
@@ -59,7 +59,7 @@ def test_citygml_with_explicit_project_path_no_double_copy(mock_simstadt, tmp_pa
...
@@ -59,7 +59,7 @@ def test_citygml_with_explicit_project_path_no_double_copy(mock_simstadt, tmp_pa
assert
len
(
results
.
dataframe
)
>
0
assert
len
(
results
.
dataframe
)
>
0
assert
len
(
results
.
kpis
)
==
5
assert
len
(
results
.
kpis
)
==
5
assert
results
.
kpi
(
'
Irradiance in module plane
'
).
unit
==
'
W / m²
'
assert
results
.
kpi
(
"
Irradiance in module plane
"
).
unit
==
"
W / m²
"
def
test_citygml_creates_temp_repo
(
mock_simstadt
):
def
test_citygml_creates_temp_repo
(
mock_simstadt
):
...
...
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