Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 15, 2023
1 parent 7234450 commit 90a97ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monai/apps/auto3dseg/bundle_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def train(
if train_params is not None and 'CUDA_VISIBLE_DEVICES' in train_params:
warnings.warn(f"CUDA_VISIBLE_DEVICES is deprecated from train_params!")
train_params.pop('CUDA_VISIBLE_DEVICES')

cmd, _unused_return = self._create_cmd(train_params)
return self._run_cmd(cmd)

Expand Down

0 comments on commit 90a97ae

Please sign in to comment.