Skip to content

Commit fa5e1c0

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/tests_pytorch/tuner/test_lr_finder.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,8 +621,7 @@ def test_gradient_correctness():
621621

622622
def test_lr_finder_callback_applies_lr_after_restore(tmp_path):
623623
"""LearningRateFinder used as a callback should apply its suggested LR to the optimizer used after state
624-
restoration.
625-
"""
624+
restoration."""
626625

627626
import torch.nn as nn
628627
import torch.nn.functional as F

0 commit comments

Comments
 (0)