Skip to content

Commit 3c92f9e

Browse files
committed
new changes
1 parent b0a9bf3 commit 3c92f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/evaluation_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def test_negation_handling(self):
8686
def test_short_response(self):
8787
"""Test how the model handles negation."""
8888
response = "yellow"
89-
answer = "yellow,blue"
89+
answer = "yellow;blue"
9090

9191
result = evaluation_function(response, answer, self.param)
9292

0 commit comments

Comments
 (0)