diff --git a/tests/optimization/test_many_algorithms.py b/tests/optimization/test_many_algorithms.py index 8ab1373c6..8f1648d00 100644 --- a/tests/optimization/test_many_algorithms.py +++ b/tests/optimization/test_many_algorithms.py @@ -78,7 +78,7 @@ def test_global_algorithms_on_sum_of_squares(algorithm): lower_bounds=np.array([0.2, -0.5]), upper_bounds=np.array([1, 0.5]), algorithm=algorithm, - collect_history=False, + collect_history=True, skip_checks=True, ) assert res.success in [True, None]