Skip to content

Commit c73449c

Browse files
committed
260510.111610.CST [skip] testprima_ex: increase the number of random runs to 500
1 parent ddf23f9 commit c73449c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

matlab/tests/testprima_ex.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ function testprima_ex(test_classical, verbose)
1212
options.verbose = true;
1313
setup(options);
1414
prima('info')
15-
testprima(false, 1.0e-10, 100, test_classical, verbose);
15+
testprima(false, 1.0e-10, 500, test_classical, verbose);
1616
setup
1717
setup path
1818
prima('info')
19-
testprima(false, 1.0e-10, 100, test_classical, verbose);
19+
testprima(false, 1.0e-10, 500, test_classical, verbose);
2020
setup cobyla
2121
setup uobyqa
2222
setup newuoa

0 commit comments

Comments
 (0)