Skip to content

Commit 113f138

Browse files
sonar
Signed-off-by: Jerry Guo <Jerry.Jinfeng.Guo@alliander.com>
1 parent a5318ae commit 113f138

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

power_grid_model_c/power_grid_model/include/power_grid_model/optimizer/tap_position_optimizer.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
#include <optional>
2626
#include <queue>
2727
#include <ranges>
28-
// #include <utility>
2928
#include <variant>
3029
#include <vector>
3130

@@ -333,7 +332,6 @@ inline auto get_edge_weights(TransformerGraph const& graph) -> TrafoGraphEdgePro
333332
"Control side of a transformer should be the relatively closer side to a source.\n");
334333
}
335334
if (!is_unreachable(edge_res)) {
336-
// result.push_back({graph[e].regulated_idx, edge_tgt_rank});
337335
result.emplace_back(TrafoGraphEdge{graph[e].regulated_idx, edge_tgt_rank});
338336
}
339337
}

0 commit comments

Comments
 (0)