Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Mittal <[email protected]>
  • Loading branch information
shashank-iitbhu committed Aug 25, 2024
1 parent a8bc887 commit a67f373
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/suggestion/v1beta1/hyperopt/base_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def create_hyperopt_domain(self):
param.name,
float(param.min),
float(param.max))
hyperopt.hp.uniform
elif param.type == DOUBLE:
if param.distribution == UNIFORM:
if param.step:
Expand Down

0 comments on commit a67f373

Please sign in to comment.