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 1e12c96 commit a943266Copy full SHA for a943266
tests/test_checkpoint_resume.py
@@ -21,6 +21,8 @@
21
class MockEvaluator:
22
"""Mock evaluator for testing"""
23
24
+ evaluation_object = None
25
+
26
def __init__(self):
27
self.call_count = 0
28
0 commit comments