We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a3267 commit 2d787bfCopy full SHA for 2d787bf
eval_protocol/training/gepa_utils.py
@@ -199,7 +199,7 @@ def metric(
199
# No running loop - safe to use asyncio.run
200
evaluated_row = asyncio.run(result)
201
else:
202
- evaluated_row = result # type: ignore[reportAssignmentType]
+ evaluated_row = result # pyright: ignore[reportAssignmentType]
203
204
# TODO: this is problematic. for groupwise, we will have to extend this to handle list[EvaluationRow]
205
0 commit comments