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 Sep 3, 2024
1 parent f9e129f commit b6634e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/suggestion/v1beta1/internal/search_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def convert_parameter(p):
p.feasible_space.distribution
if p.feasible_space.distribution != ""
and p.feasible_space.distribution is not None
and p.feasible_space.distribution != api.DISTRIBUTION_UNKNOWN
and p.feasible_space.distribution != api.DISTRIBUTION_UNSPECIFIED
else None
)

Expand Down

0 comments on commit b6634e1

Please sign in to comment.