Commit 98016e8
authored
Fix flaky holder table test by increasing max function calls (#3129)
The test was failing ~5-10% of the time with 200 evaluations because
find_min_global occasionally converges to a local minimum. Increasing
to 300 evaluations eliminates flakiness while keeping the test fast.1 parent 0f86c88 commit 98016e8
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
69 | 69 | | |
0 commit comments