Skip to content

Commit 7e114f4

Browse files
committed
revert: revert back the config tests
1 parent 3d46256 commit 7e114f4

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

evaluation_function/evaluation.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ def evaluation_function(
2626
Returns:
2727
LFResult with is_correct and feedback_items
2828
"""
29-
return LFResult(
30-
is_correct=False,
31-
feedback_items=[(
32-
"error",
33-
f"response: {response}\nanswer: {answer}\nparams: {params}"
34-
)]
35-
)
3629
try:
3730
# TEMPORARY WORKAROUND: Extract from params if not passed directly
3831

0 commit comments

Comments
 (0)