Skip to content

Commit 3a40237

Browse files
committed
250812.193225.CST [skip ci] revise profile_rescue_idz_classical
1 parent 5e5e871 commit 3a40237

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/profile_rescue_idz_classical.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
case 'bobyqa'
147147
options.blacklist = [options.blacklist, {'BQPGABIM', 'BQPGASIM', 'CHEBYQAD', 'DECONVB', 'DECONVU', 'ERRINRSM', 'HOLMES', 'LEVYMONT', 'TOINTGOR'}];
148148
case 'lincoa'
149-
options.blacklist = [options.blacklist, {'AGG', 'ANTWERP', 'ARGLALE', 'ARGLBLE', 'AVION2', 'CVXQP1', 'DALLASS', 'DUAL1', 'DUAL2', 'DUAL3', 'ERRINRSM', 'GMNCASE1', 'GMNCASE2', 'GMNCASE3', 'HYDROELS', 'LINSPANH', 'METHANB8LS', 'SMBANK', 'DUAL4', 'QPNBLEND', 'SPANHYD'}];
149+
options.blacklist = [options.blacklist, {'AGG', 'ANTWERP', 'ARGLALE', 'ARGLBLE', 'AVION2', 'CVXQP1', 'DALLASS', 'DUAL1', 'DUAL2', 'DUAL3', 'ERRINRSM', 'GMNCASE1', 'GMNCASE2', 'GMNCASE3', 'HYDROELS', 'LINSPANH', 'METHANB8LS', 'SMBANK', 'DUAL4', 'QPNBLEND', 'SPANHYD', 'SSEBLIN'}];
150150
end
151151
end
152152

matlab/tests/private/restore_compiler_options.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
function restore_compiler_options()
2+
%Restore the compiler options by restoring the mexopts files. It is hacky!!!
23

34
if ~isunix || ismac
45
error('Configuration of compiler options supports only Linux.')

0 commit comments

Comments
 (0)