Skip to content

Commit 2d787bf

Browse files
committed
gepa work
1 parent 35a3267 commit 2d787bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval_protocol/training/gepa_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def metric(
199199
# No running loop - safe to use asyncio.run
200200
evaluated_row = asyncio.run(result)
201201
else:
202-
evaluated_row = result # type: ignore[reportAssignmentType]
202+
evaluated_row = result # pyright: ignore[reportAssignmentType]
203203

204204
# TODO: this is problematic. for groupwise, we will have to extend this to handle list[EvaluationRow]
205205

0 commit comments

Comments
 (0)