Skip to content

Commit ea1748a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cdc4233 commit ea1748a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests_pytorch/trainer/optimization/test_manual_optimization.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ def __copy__(self):
327327
new_obj = cls(self._store.copy())
328328
return new_obj
329329

330+
330331
@RunIf(min_cuda_gpus=1)
331332
@pytest.mark.parametrize("dicttype", [dict, CustomMapping])
332333
def test_multiple_optimizers_step(tmp_path, dicttype):

0 commit comments

Comments
 (0)