Skip to content

Commit 86cf068

Browse files
committed
Post-merge fix
1 parent 4b78013 commit 86cf068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_pytorch/checkpointing/test_model_checkpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1668,7 +1668,7 @@ def val_dataloader(self) -> DataLoader:
16681668
trainer.fit(model, ckpt_path=checkpoint_path)
16691669

16701670

1671-
def test_save_last_without_save_on_train_epoch_and_without_val(tmp_path):
1671+
def test_save_last_without_save_on_train_epoch_and_without_val(tmp_path):
16721672
"""Test that save_last=True when save_on_train_epoch_end=False."""
16731673

16741674
# Remove validation methods to reproduce the bug

0 commit comments

Comments
 (0)