Skip to content

Commit e81dfb1

Browse files
authored
Merge pull request #15 from lambda-feedback/HongleiGu-patch-1
fix: re-trigger CI
2 parents d15c12e + 7921401 commit e81dfb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

evaluation_function/evaluation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from .correction import analyze_fsa_correction
77

88

9+
910
def evaluation_function(
1011
response: Any,
1112
answer: Any,
@@ -43,4 +44,4 @@ def evaluation_function(
4344
return LFResult(
4445
is_correct=False,
4546
feedback_items=[("error", f"Invalid FSA format: {str(e)}")]
46-
)
47+
)

0 commit comments

Comments
 (0)