Skip to content

Commit a943266

Browse files
committed
Fix test
1 parent 1e12c96 commit a943266

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_checkpoint_resume.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
class MockEvaluator:
2222
"""Mock evaluator for testing"""
2323

24+
evaluation_object = None
25+
2426
def __init__(self):
2527
self.call_count = 0
2628

0 commit comments

Comments
 (0)