Skip to content

Commit

Permalink
Activate history collection in sos test for global algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens committed Oct 25, 2023
1 parent 99ecbc2 commit 528f823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/optimization/test_many_algorithms.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 528f823

Please sign in to comment.