Skip to content

Commit e56f9d7

Browse files
committed
fix validation
1 parent c3e7177 commit e56f9d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arthur_bench/scoring/qa_quality.py

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def validate_batch(
8484
"context is required for this scoring method. Please provide a "
8585
"dataframe column or a list of your context strings in the Test Suite."
8686
)
87+
return input_text_batch, context_batch
8788

8889
async def arun_batch(
8990
self,

0 commit comments

Comments
 (0)