You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f"Test function {test_func.__name__} did not return an EvaluationRow instance. You must return an EvaluationRow instance from your test function decorated with @evaluation_test."
604
604
)
605
605
returnresult
606
-
if"rows"inkwargs:
606
+
if"rows"ininner_kwargs:
607
607
results=awaitexecute_with_params(
608
608
test_func,
609
-
processed_dataset=kwargs["rows"],
609
+
processed_dataset=inner_kwargs["rows"],
610
610
evaluation_test_kwargs=kwargs.get("evaluation_test_kwargs") or {},
0 commit comments