Skip to content

Commit

Permalink
fix: test_util
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Jul 13, 2024
1 parent e0812e6 commit 09b4010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def c(x, y):
assert len(optimizer.space) == 7


def test_logs_constraint():
def test_logs_constraint_new_array():
def f(x, y):
return -(x**2) - (y - 1) ** 2 + 1

Expand Down

0 comments on commit 09b4010

Please sign in to comment.