Skip to content

Commit 637a68b

Browse files
committed
fixes after rebase
1 parent 366bede commit 637a68b

File tree

1 file changed

+1
-1
lines changed
  • autoPyTorch/pipeline/components/training/trainer

1 file changed

+1
-1
lines changed

autoPyTorch/pipeline/components/training/trainer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def prepare_trainer(self, X: Dict) -> None:
323323
scheduler=X['lr_scheduler'],
324324
task_type=STRING_TO_TASK_TYPES[X['dataset_properties']['task_type']],
325325
labels=labels,
326-
step_interval=X['step_interval']
326+
step_interval=X['step_interval'],
327327
numerical_columns=X['dataset_properties']['numerical_columns'] if 'numerical_columns' in X[
328328
'dataset_properties'] else None
329329
)

0 commit comments

Comments
 (0)