Skip to content

Commit 48a7c8e

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests_pytorch/trainer/optimization/test_optimizers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,7 @@ def lr_scheduler_step(*_): ...
657657
with pytest.raises(MisconfigurationException, match="CustomScheduler` doesn't follow"):
658658
_init_optimizers_and_lr_schedulers(model)
659659

660+
660661
def test_lr_scheduler_step_across_epoch_boundaries(mocked_sched, tmp_path):
661662
class StepAcrossEpochsModel(LightningModule):
662663
def __init__(self):

0 commit comments

Comments
 (0)