Skip to content

Commit

Permalink
Update recipes/007_benchmarks_advanced.py
Browse files Browse the repository at this point in the history
Co-authored-by: Shuhei Watanabe <[email protected]>
  • Loading branch information
y0z and nabenabe0928 authored Dec 17, 2024
1 parent edabb38 commit 458d990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/007_benchmarks_advanced.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def evaluate_constraints(self, params: dict[str, float]) -> tuple[float]:
else:
y = params["y"]
c1 = x + y - 3
return [c0, c1]
return c0, c1


###################################################################################################
Expand Down

0 comments on commit 458d990

Please sign in to comment.