Skip to content
Snippets Groups Projects
Commit 4aa25bef authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[test_checkpointer] Fix test after checkpointer changes

parent 5f208925
No related branches found
No related tags found
1 merge request!12Streamlining
Pipeline #38722 passed
......@@ -47,7 +47,7 @@ class TestCheckpointer(unittest.TestCase):
self.assertTrue(fresh_checkpointer.has_checkpoint())
self.assertEqual(
fresh_checkpointer.get_checkpoint_file(),
os.path.join(f, "checkpoint_file.pth"),
"checkpoint_file.pth",
)
_ = fresh_checkpointer.load()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment