Skip to content

Commit

Permalink
Remove FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
nailend committed Mar 15, 2024
1 parent 1a816ef commit c97fd63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data_adapter_oemof/build_datapackage.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,6 @@ def _reduce_lists(x):
process_data = adapter.get_process(process_name)
timeseries = process_data.timeseries
if isinstance(timeseries.columns, pd.MultiIndex):
# FIXME: Will Regions be lists of strings or strings?
timeseries.columns = (
_reduce_lists(timeseries.columns.get_level_values(0))
+ "_"
Expand Down

0 comments on commit c97fd63

Please sign in to comment.