Skip to content

Commit

Permalink
240324.040035.HKT further revise warnoff.m
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Mar 23, 2024
1 parent 51d0830 commit a084e29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions matlab/tests/private/warnoff.m
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
cellfun(@(solver) warning('off', [solver, ':InvalidRhoend']), solvers);
cellfun(@(solver) warning('off', [solver, ':InvalidNpt']), solvers);
cellfun(@(solver) warning('off', [solver, ':InvalidMaxfun']), solvers);
cellfun(@(solver) warning('off', [solver, ':InvalidIprint']), solvers);
cellfun(@(solver) warning('off', [solver, ':NaNInLB']), solvers);
cellfun(@(solver) warning('off', [solver, ':NaNInUB']), solvers);
cellfun(@(solver) warning('off', [solver, ':NaNInequality']), solvers);
Expand Down

0 comments on commit a084e29

Please sign in to comment.