From 32961d1eb19a83a247b8c75fb8f6e4aa6f954acd Mon Sep 17 00:00:00 2001 From: dilpath Date: Wed, 6 Dec 2023 16:46:46 +0100 Subject: [PATCH] select: more multistarts --- test/select/test_select.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/select/test_select.py b/test/select/test_select.py index f0912708f..c47f1b4cd 100644 --- a/test/select/test_select.py +++ b/test/select/test_select.py @@ -27,7 +27,7 @@ # Options sent to `pypesto.optimize.optimize.minimize`, to reduce run time. minimize_options = { 'engine': pypesto.engine.MultiProcessEngine(), - 'n_starts': 10, + 'n_starts': 20, 'filename': None, 'progress_bar': False, }