Skip to content

Commit 43cf402

Browse files
committed
Fix test after HVDC creation fix integration from GridCapa SWE
1 parent 542339a commit 43cf402

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/com/rte_france/trm_algorithm/operational_conditions_aligners/OperationalConditionAlignerPipelineTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ void testAlignmentChainWithHvdcModeling() {
118118
assertEquals(-5, marketBasedNetwork.getTwoWindingsTransformer("BBE2AA1 BBE3AA1 1").getPhaseTapChanger().getTapPosition());
119119
assertPstAlignerResult(pstAligner.getResult(), "BBE2AA1 BBE3AA1 1", "FFR2AA1 FFR4AA1 1");
120120
assertExchangeAlignerResult(exchangeAligner.getResult(),
121-
Map.of(Country.BE, 2027.7, Country.DE, -1005.4, Country.FR, -522.3, Country.NL, -500.),
122-
Map.of(Country.FR, Map.of(Country.DE, 446.3), Country.NL, Map.of(Country.DE, 559.1), Country.BE, Map.of(Country.FR, 968.5, Country.NL, 1059.1)));
121+
Map.of(Country.BE, 2027.266, Country.DE, -1005.173, Country.FR, -522.093, Country.NL, -500.),
122+
Map.of(Country.FR, Map.of(Country.DE, 431.153), Country.NL, Map.of(Country.DE, 574.02), Country.BE, Map.of(Country.FR, 953.246, Country.NL, 1074.02)));
123123
}
124124
}

0 commit comments

Comments
 (0)