Skip to content

Commit 46f7d6f

Browse files
committed
Improve tests
1 parent dc83a19 commit 46f7d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_OMADS_BASIC.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def test_MADS_callable_quick_const_2d():
9292
"visualize": False,
9393
"criterion": None
9494
}
95-
options = {"seed": 1234, "budget": 2000, "tol": 1e-9, "display": False, "check_cache": True, "store_cache": True, "rich_direction": True, "opportunistic": False, "save_results": False, "isVerbose": False}
95+
options = {"seed": 0, "budget": 2000, "tol": 1e-9, "display": False, "check_cache": True, "store_cache": True, "rich_direction": True, "opportunistic": False, "save_results": False, "isVerbose": False, "precision": "high"}
9696
search = {
9797
"type": "sampling",
9898
"s_method": "ACTIVE",

0 commit comments

Comments
 (0)