ie3-institute / simona

simona is an agent-based discrete-event power system simulation model developed @ie3-institute
BSD 3-Clause "New" or "Revised" License
25 stars 4 forks source link

Provide uuids of the unconnected elements #799

Closed danielfeismann closed 3 days ago

danielfeismann commented 2 months ago
edu.ie3.simona.exceptions.GridInconsistencyException: The grid with subnetNo 1 is not connected! Please ensure that all elements are connected correctly and inOperation is set to true!

It would be great for debuging to get the uuids of the unconnected elements.

danielfeismann commented 2 months ago

Hint: The last set of 'inspector.connectedSets()' may give a hint which elements are unconnected.

danielfeismann commented 3 days ago

solved by PSDM 1092