Skip to content

Commit

Permalink
Merge branch 'PowerGridModel:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurynas-Jagutis authored Feb 28, 2025
2 parents 08f0d04 + daae845 commit 00df2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp_unit_tests/test_tap_position_optimizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@ TEST_CASE("Test tap position optmizer I/O") {
}

TEST_CASE("Test RankIterator") {
std::vector<std::vector<IntS>> regulator_order = {{0, 0, 0}, {0, 0, 0}};
std::vector<std::vector<IntS>> const regulator_order = {{0, 0, 0}, {0, 0, 0}};
bool tap_changed{false};
std::vector<IntS> iterations_per_rank = {2, 4, 6};
Idx rank_index{0};
Expand Down

0 comments on commit 00df2f6

Please sign in to comment.