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
Related to #102. .del_objects() should not just delete objects that are children of the deleted objects but also those that are electrically connected using link objects (e.g. transformers, lines).
This will only work for radial networks (acyclic graphs); for meshed networks (cyclic graphs) we should only delete the existing component. Doing this right will likely take some fancy networkx work to make sure we're doing the safe and sensible thing. Lots of edge cases to think through.
The text was updated successfully, but these errors were encountered:
Related to #102.
.del_objects()
should not just delete objects that are children of the deleted objects but also those that are electrically connected using link objects (e.g. transformers, lines).This will only work for radial networks (acyclic graphs); for meshed networks (cyclic graphs) we should only delete the existing component. Doing this right will likely take some fancy networkx work to make sure we're doing the safe and sensible thing. Lots of edge cases to think through.
The text was updated successfully, but these errors were encountered: