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
3524c064
Commit
3524c064
authored
May 08, 2026
by
Eric Duminil
Browse files
TODOs
parent
f193c7eb
Changes
1
Show whitespace changes
Inline
Side-by-side
src/simstadt/results/energy_grid.py
View file @
3524c064
...
@@ -17,10 +17,12 @@ class EnergyGridResults(SimStadtResults):
...
@@ -17,10 +17,12 @@ class EnergyGridResults(SimStadtResults):
csv_identifier
=
"json_only"
csv_identifier
=
"json_only"
def
_parse_results
(
self
)
->
pd
.
DataFrame
:
def
_parse_results
(
self
)
->
pd
.
DataFrame
:
# TODO: Actually parse JSON
_json_output
=
self
.
get_all_by_extension
(
'.json'
)
_json_output
=
self
.
get_all_by_extension
(
'.json'
)
return
pd
.
DataFrame
()
return
pd
.
DataFrame
()
@
property
@
property
def
kpis
(
self
)
->
list
[
KPI
]:
def
kpis
(
self
)
->
list
[
KPI
]:
# TODO: Actually output KPIs
return
[
return
[
]
]
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