Skip to content

Commit

Permalink
240225.215543.HKT correct profile_quadruple.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Feb 25, 2024
1 parent e8a3065 commit cd45adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/profile_quadruple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
cd(fullfile(root_dir, 'matlab/tests'));
options = struct(); options.nr = 2; % 2 random runs for each problem, as quadruple is slow
options.blacklist = {''OET7, 'TENBARS1'};
options.blacklist = {'OET7, 'TENBARS1'};
if strcmp('${{ matrix.solver }}', 'cobylal')
prof('cobyla', '${{ matrix.dim }}', 'l', '${{ matrix.competitor }}', options);
Expand Down

0 comments on commit cd45adc

Please sign in to comment.