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 21
21
import com .powsybl .openloadflow .network .impl .Networks ;
22
22
import com .powsybl .openloadflow .util .PerUnit ;
23
23
import org .junit .jupiter .api .BeforeEach ;
24
- import org .junit .jupiter .api .Disabled ;
25
24
import org .junit .jupiter .api .Test ;
26
25
27
26
import java .util .List ;
@@ -486,8 +485,6 @@ void incrementalPhaseShifterCurrentLimiterTest() {
486
485
assertCurrentEquals (48.482 , t2wt .getTerminal1 ());
487
486
}
488
487
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" )
491
488
@ Test
492
489
void incrementalPhaseShifterActivePowerControlTest () {
493
490
selectNetwork (PhaseControlFactory .createNetworkWithT2wt ());
You can’t perform that action at this time.
0 commit comments