Skip to content

Commit de9250c

Browse files
authored
Update ngmres.jl (#1208)
1 parent d41f62c commit de9250c

File tree

1 file changed

+1
-0
lines changed
  • test/multivariate/solvers/first_order

1 file changed

+1
-0
lines changed

test/multivariate/solvers/first_order/ngmres.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ using Optim, Test
1111
solver;
1212
skip = skip,
1313
iteration_exceptions = (
14+
("Polynomial", 10000), # goes above 3000 iterations on mac
1415
("Penalty Function I", 10000),
1516
("Paraboloid Random Matrix", 10000),
1617
),

0 commit comments

Comments
 (0)