Skip to content

Commit

Permalink
Fix errors in test_matpower with YALMIP present but not MOSEK, SeDu…
Browse files Browse the repository at this point in the history
…Mi or SDPT3.
  • Loading branch information
rdzman committed May 29, 2019
1 parent b29c2c2 commit c301dac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ For change history for [MOST][3], see [most/CHANGES.md](most/CHANGES.md).
Since last release
------------------

#### 5/29/19
- Fix errors caused by running `test_matpower` with YALMIP present
but not MOSEK, SeDuMi or SDPT3.

#### 5/23/19
- Treat MOSEK `'OPTIMAL'` solution as successful even if return code is
`MSK_RES_TRM_STALL` in `qps_mosek()` and `miqps_mosek()`.
Expand Down
4 changes: 2 additions & 2 deletions lib/t/test_matpower.m
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@
tests{end+1} = 't_opf_sdpopf';
tests{end+1} = 't_insolvablepf';
tests{end+1} = 't_insolvablepf_limitQ';
tests{end+1} = 't_insolvablepfsos';
tests{end+1} = 't_insolvablepfsos_limitQ';
end
tests{end+1} = 't_insolvablepfsos';
tests{end+1} = 't_insolvablepfsos_limitQ';
tests{end+1} = 't_testglobalopt';
end
tests{end+1} = 't_opf_userfcns';
Expand Down

0 comments on commit c301dac

Please sign in to comment.