Skip to content

Commit 6830116

Browse files
authored
Update autoPyTorch/api/base_task.py
1 parent b2c0ecc commit 6830116

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoPyTorch/api/base_task.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ def __init__(
249249

250250
self.input_validator: Optional[BaseInputValidator] = None
251251

252-
# if search_space_updates is not None else get_search_updates(categorical_indicator)
253252
self.search_space_updates = search_space_updates
254253
if search_space_updates is not None:
255254
if not isinstance(self.search_space_updates,

0 commit comments

Comments
 (0)