Skip to content

Commit 297ffe2

Browse files
committed
adjust comment
1 parent 46b3925 commit 297ffe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval_protocol/pytest/evaluation_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ async def _collect_result(config, lst):
623623
if not all(r.evaluation_result is not None for run_results in all_results for r in run_results):
624624
raise AssertionError(
625625
"Some EvaluationRow instances are missing evaluation_result. "
626-
"Your @evaluation_test function (or its rollout processor) must set `row.evaluation_result`"
626+
"Your @evaluation_test function must set `row.evaluation_result`"
627627
)
628628

629629
# for groupwise mode, the result contains eval output from multiple completion_params, we need to differentiate them

0 commit comments

Comments
 (0)