Skip to content

Commit

Permalink
Update src/power_grid_model_ds/_core/model/graphs/models/base.py
Browse files Browse the repository at this point in the history
Signed-off-by: Thijs Baaijen <[email protected]>
  • Loading branch information
Thijss authored Jan 28, 2025
1 parent e0fbce0 commit a960d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/power_grid_model_ds/_core/model/graphs/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ def tmp_remove_nodes(self, nodes: list[int]) -> Generator:
internal_node = self.external_to_internal(node)
edge_list += list(self.in_edges(node))
self._delete_node(internal_node)

yield

for node in nodes:
Expand Down

0 comments on commit a960d8d

Please sign in to comment.