Skip to content

Commit

Permalink
240212.221126.HKT fix a failure of cobyla profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Feb 12, 2024
1 parent 65ccbfd commit cb17dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matlab/tests/private/testcu.m
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@
'VESUVIOU', ...
}];
% For the following problems, the classical cobyla encounters SEGFAULT.
blacklist = [blacklist, {'ERRINBAR', 'HS118', 'LAKES', 'TENBARS1', 'TENBARS2', 'TENBARS3', 'TENBARS4', 'VANDERM4', 'VANDANIUMS'}];
blacklist = [blacklist, {'ERRINBAR', 'HS118', 'LAKES', 'ODFITS', 'TENBARS1', 'TENBARS2', 'TENBARS3', 'TENBARS4', 'VANDERM4', 'VANDANIUMS'}];
% For the following problems, the classical cobyla (single-precision) encounters infinite cycling.
blacklist = [blacklist, {'HS101', 'HS112', 'MESH'}];
end
Expand Down

0 comments on commit cb17dc0

Please sign in to comment.