Skip to content

Commit 6d8fff3

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/trainer/optimization/test_optimizers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,7 @@ def configure_optimizers(self):
582582
@RunIf(min_gpus=2, special=True)
583583
def test_optimizer_state_on_device(tmpdir):
584584
""" Test that optimizers that create state initially at instantiation still end up with the state on the GPU. """
585+
585586
class TestModel(BoringModel):
586587

587588
def configure_optimizers(self):

0 commit comments

Comments
 (0)