Skip to content

Commit 3d658ae

Browse files
committed
Fix failing tests under Octave 10.1.0.
1 parent 2411957 commit 3d658ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/t/t_most_3b_3_1_2.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
%% with fudge equal to this limit
2626

2727
%% options
28-
algs.dc = {'MIPS'}; %% opf.dc.solver sequence to try for c3sopf (DC run)
29-
algs.ac = {'MIPS'}; %% opf.ac.solver sequence to try for c3sopf (AC run)
28+
algs.dc = {'DEFAULT'}; %% opf.dc.solver sequence to try for c3sopf (DC run)
29+
algs.ac = {'MIPS'}; %% opf.ac.solver sequence to try for c3sopf (AC run)
3030
mpopt = mpoption('verbose', 0, 'out.all', 0);
3131
mpopt = mpoption(mpopt, 'opf.violation', 5e-7, 'mips.comptol', 5e-8);
3232
mpopt = mpoption(mpopt, 'sopf.force_Pc_eq_P0', 0); %% don't constrain contracted == base case dispatch

0 commit comments

Comments
 (0)