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
Calling class ESGGrapgRenderer is overwriting the labels of the energysystem.nodes with strings:
Starting in line 164:
# draw a node for each of the energy_system's component.
# the shape depends on the component's type.
for nd in energy_system.nodes:
# make sur the label is a string and not a tuple
nd.label = str(nd.label)
best
Tim
The text was updated successfully, but these errors were encountered:
This still seems to be an issue as I am constantly getting errors when using the graph plotting function of oemof-visio: AttributeError: property 'label' of 'Bus' object has no setter.
Just removing this "conversion" line in the code leads to at least running without errors; however, there seem to be more issues with this package.
Not sure if this a bug, if not please just close.
Calling class ESGGrapgRenderer is overwriting the labels of the energysystem.nodes with strings:
Starting in line 164:
best
Tim
The text was updated successfully, but these errors were encountered: