Skip to content

Commit

Permalink
Clean after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: p-arvy <pierre.arvy@artelys.com>
  • Loading branch information
p-arvy committed Dec 30, 2024
1 parent 7070e0e commit f5149f3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import com.powsybl.iidm.network.Network;
import com.powsybl.iidm.network.StaticVarCompensator;
import com.powsybl.openreac.network.HvdcNetworkFactory;
import com.powsybl.openreac.network.ShuntNetworkFactory;
import com.powsybl.openreac.network.VoltageControlNetworkFactory;
import com.powsybl.openreac.parameters.input.OpenReacParameters;
import com.powsybl.openreac.parameters.input.algo.OpenReacAmplLogLevel;
Expand Down Expand Up @@ -182,7 +183,7 @@ void testLccIndicators() throws IOException {

@Test
void testShuntsIndicators() throws IOException {
Network network = OpenReacOptimizationAndLoadFlowTest.create();
Network network = ShuntNetworkFactory.createWithLinearModel();
// add one shunt that will be fixed in optimization
network.getVoltageLevel("vl3").newShuntCompensator()
.setId("SHUNT2")
Expand Down

0 comments on commit f5149f3

Please sign in to comment.