Skip to content

Commit f7ae56c

Browse files
Fix typo
1 parent 915bb04 commit f7ae56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class HPOSupportedTypes:
1919
DIRECTIONS_SUPPORTED = ("minimize", "maximize")
20-
VALUE_TYPES_SUPPORTED = ("double", "int", float)
20+
VALUE_TYPES_SUPPORTED = ("double", "int", "float")
2121
OPTUNA_ALGOS = ("optuna_tpe", "optuna_tpe_multivariate", "optuna_skopt")
2222
ALGOS_SUPPORTED = (OPTUNA_ALGOS)
2323
TRIAL_RESULT_STATUS = ("success", "failure", "error")

0 commit comments

Comments
 (0)