diff --git a/package/samplers/hebo_base_sampler/sampler.py b/package/samplers/hebo_base_sampler/sampler.py index 67b8f729..f3ba04f1 100644 --- a/package/samplers/hebo_base_sampler/sampler.py +++ b/package/samplers/hebo_base_sampler/sampler.py @@ -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,