Commit 3524c064 authored by Eric Duminil's avatar Eric Duminil
Browse files

TODOs

parent f193c7eb
......@@ -17,10 +17,12 @@ class EnergyGridResults(SimStadtResults):
csv_identifier = "json_only"
def _parse_results(self) -> pd.DataFrame:
# TODO: Actually parse JSON
_json_output = self.get_all_by_extension('.json')
return pd.DataFrame()
@property
def kpis(self) -> list[KPI]:
# TODO: Actually output KPIs
return [
]
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment