Skip to content

Commit

Permalink
remove old TODO remark
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenMeinecke committed Nov 22, 2023
1 parent 129c596 commit f1d394d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandapower/toolbox/grid_modification.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ def set_isolated_areas_out_of_service(net, respect_switches=True):
len(net.bus.loc[list(unsupplied)].query('~in_service')), len(unsupplied)))
set_element_status(net, list(unsupplied), False)

# TODO: remove this loop after unsupplied_buses are fixed
for tr3w in net.trafo3w.index.values:
tr3w_buses = net.trafo3w.loc[tr3w, ['hv_bus', 'mv_bus', 'lv_bus']].values
if not all(net.bus.loc[tr3w_buses, 'in_service'].values):
Expand Down

0 comments on commit f1d394d

Please sign in to comment.