Skip to content

Commit

Permalink
Update package/samplers/ctpe/components.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nabenabe0928 authored Dec 13, 2024
1 parent 6f1b9c0 commit 377710e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/samplers/ctpe/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ def __call__(self, x: int) -> np.ndarray:
weights[:-25] = 1e-12
return weights
else:
raise AssertionError("Should not reach.")
assert False, "Should not reach."

0 comments on commit 377710e

Please sign in to comment.