Skip to content

Commit 2c94327

Browse files
Ignore as in preprocessing
1 parent 31080ac commit 2c94327

File tree

1 file changed

+1
-2
lines changed
  • autoPyTorch/pipeline/components/preprocessing/tabular_preprocessing/coalescer

1 file changed

+1
-2
lines changed

autoPyTorch/pipeline/components/preprocessing/tabular_preprocessing/coalescer/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ def get_hyperparameter_search_space(self,
115115
# Call arg is ignored on mypy as the search space dynamically
116116
# provides different args
117117
preprocessor_configuration_space = available_preprocessors[name].\
118-
get_hyperparameter_search_space(dataset_properties, # type:ignore[call-arg]
119-
**updates)
118+
get_hyperparameter_search_space(dataset_properties, **updates) # type:ignore
120119
parent_hyperparameter = {'parent': preprocessor, 'value': name}
121120
cs.add_configuration_space(name, preprocessor_configuration_space,
122121
parent_hyperparameter=parent_hyperparameter)

0 commit comments

Comments
 (0)