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

TODOs

parent f193c7eb
...@@ -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 [
] ]
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