We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f11b8 commit f69de92Copy full SHA for f69de92
tests/tests_pytorch/utilities/migration/test_migration.py
@@ -146,6 +146,6 @@ def test_migrate_model_checkpoint_save_on_train_epoch_end_default_collision():
146
"epoch": 1,
147
}
148
_set_version(old_checkpoint, "1.8.9") # pretend a checkpoint prior to 1.9.0
149
- with pytest.warns(PossibleUserWarning, match="callback states in this ckkjheckpoint.* colliding with each other"):
+ with pytest.warns(PossibleUserWarning, match="callback states in this checkpoint.* colliding with each other"):
150
updated_checkpoint, _ = migrate_checkpoint(old_checkpoint.copy())
151
assert updated_checkpoint["callbacks"] == old_checkpoint["callbacks"] # no migration was performed
0 commit comments