Skip to content

Commit

Permalink
addressed comments
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Figueroa Manrique <[email protected]>
  • Loading branch information
figueroa1395 committed Jan 13, 2025
1 parent 8eb4196 commit 8528892
Show file tree
Hide file tree
Showing 25 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cpp_unit_tests/test_tap_position_optimizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ TEST_CASE("Test Transformer ranking") {
CHECK_NOTHROW(pgm_tap::build_transformer_graph(get_state(6, 2, 1, 4, 5)));
}

SUBCASE("Full grid 1") {
SUBCASE("Full grid 1 - For graph construction steps") {
// =====Test Grid=====
// ________[0]________
// || | |
Expand Down Expand Up @@ -330,7 +330,7 @@ TEST_CASE("Test Transformer ranking") {
}

// The test grid 2 is compatible with the updated logic for step up transformers
SUBCASE("Full grid 2") {
SUBCASE("Full grid 2 - For transformer ranking only") {
// =====Test Grid=====
// ________[0]________
// || | |
Expand Down

0 comments on commit 8528892

Please sign in to comment.