Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eukaryo authored Dec 4, 2024
1 parent 3d5d664 commit 309717f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/samplers/hebo_base_sampler/sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def sample_relative(
elif t.state == TrialState.RUNNING:
try:
hebo_params = {name: t.params[name] for name in search_space.keys()}
except: # noqa: B001
except: # NOQA
# There are params which is not suggested yet.
continue
# If `constant_liar == True`, assume that the RUNNING params result in bad values,
Expand Down

0 comments on commit 309717f

Please sign in to comment.