Skip to content

Commit

Permalink
debug 1
Browse files Browse the repository at this point in the history
  • Loading branch information
rdzman committed Feb 2, 2024
1 parent adb474d commit 8ec766f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ jobs:
echo "TEST_PATH=${GITHUB_WORKSPACE}/lib:${GITHUB_WORKSPACE}/lib/t:${MP_OPT_MODEL_PATH}" >> $GITHUB_ENV
- name: Test MOST
run: env $ML_PATHVAR=$TEST_PATH $ML_CMD "mpver; test_most(0,1)"
run: env $ML_PATHVAR=$TEST_PATH $ML_CMD "mpver; t_most_30b_1_1_0; test_most(0,1)"
2 changes: 1 addition & 1 deletion lib/t/t_most_30b_1_1_0.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function t_most_30b_1_1_0(quiet)
%% with fudge equal to this limit

%% options
mpopt = mpoption('verbose', 0, 'out.all', 0);
mpopt = mpoption('verbose', 2, 'out.all', 0);
mpopt = mpoption(mpopt, 'opf.violation', 5e-7, 'mips.comptol', 5e-8);
%mpopt = mpoption(mpopt, 'opf.dc.solver', 'OT');
%mpopt = mpoption(mpopt, 'most.solver', 'OT');
Expand Down

0 comments on commit 8ec766f

Please sign in to comment.