File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/test/java/com/powsybl/openloadflow/ac Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 2121import com .powsybl .openloadflow .network .impl .Networks ;
2222import com .powsybl .openloadflow .util .PerUnit ;
2323import org .junit .jupiter .api .BeforeEach ;
24- import org .junit .jupiter .api .Disabled ;
2524import org .junit .jupiter .api .Test ;
2625
2726import java .util .List ;
@@ -486,8 +485,6 @@ void incrementalPhaseShifterCurrentLimiterTest() {
486485 assertCurrentEquals (48.482 , t2wt .getTerminal1 ());
487486 }
488487
489- // TODO: Understand why ot fails with vector engine, fix and reconnect
490- @ Disabled ("Need to be restored - understand why it fails with vector engine" )
491488 @ Test
492489 void incrementalPhaseShifterActivePowerControlTest () {
493490 selectNetwork (PhaseControlFactory .createNetworkWithT2wt ());
You can’t perform that action at this time.
0 commit comments