You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there are multiple carriers in or out for a technology (e.g. for CHP in urban scale model, both 'power' and 'heat' are carriers out) then a tuple of those carriers is given in the model.solution.metadata DataArray. This is produced without problem when working with Python interactively, but when working with a solution file, the tuples are all replaced with None.
This is the same part of processing the data that causes issue #54, so we probably want another way of mixing single and multiple carriers in a single DataArray.
The text was updated successfully, but these errors were encountered:
If there are multiple carriers in or out for a technology (e.g. for CHP in urban scale model, both 'power' and 'heat' are carriers out) then a tuple of those carriers is given in the
model.solution.metadata
DataArray. This is produced without problem when working with Python interactively, but when working with a solution file, the tuples are all replaced withNone
.This is the same part of processing the data that causes issue #54, so we probably want another way of mixing single and multiple carriers in a single DataArray.
The text was updated successfully, but these errors were encountered: