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 fbe36e7 commit 619a388Copy full SHA for 619a388
app/evaluation_tests.py
@@ -43,6 +43,7 @@ def test_partial_match(self):
43
self.config.response_num_required = 4
44
result = evaluation_function(response, answer, self.config)
45
self.config.response_num_required = 0
46
+
47
self.assertFalse(result.get("is_correct"))
48
49
0 commit comments