Skip to content

Commit 64ae116

Browse files
author
henrique
committed
update tests with new functionality
1 parent 72e9566 commit 64ae116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ckpt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def test_load_missing_epoch(self, tmp_path: Path):
243243
)
244244

245245
metadata: Optional[Dict[str, Any]] = load_run_metadata(tmp_path, epoch=99)
246-
assert metadata == {}
246+
assert metadata == None
247247

248248
def test_metadata_accumulates(self, tmp_path: Path):
249249
"""Tests that multiple saves accumulate in the same file."""

0 commit comments

Comments
 (0)