Closed henhuy closed 5 months ago
Hello, just to be sure I understand: how will the results be postprocessed then if you ignore them?
Hello, just to be sure I understand: how will the results be postprocessed then if you ignore them?
These are MIMO internal results, which are not meant to be visible for the user...
When postprocessing MIMO component from
oemof.industry
, postprocessing throws an MultIndexError as key from oemof_data is not only holding input and output node, but instead holds group and current period for a sequence series (i.e. key equals:("mimo", "group0", 0)
). In order to fix this, I would simply neglect oemof keys holding more than 2 entries (fo in- and output).