From e56f9d7ee5a15b0a712d7aeb8ed22eb0d68cedeb Mon Sep 17 00:00:00 2001 From: Rowan Cheung Date: Thu, 25 Jan 2024 17:18:40 -0500 Subject: [PATCH] fix validation --- arthur_bench/scoring/qa_quality.py | 1 + 1 file changed, 1 insertion(+) diff --git a/arthur_bench/scoring/qa_quality.py b/arthur_bench/scoring/qa_quality.py index 46a328d..a81fee3 100644 --- a/arthur_bench/scoring/qa_quality.py +++ b/arthur_bench/scoring/qa_quality.py @@ -84,6 +84,7 @@ def validate_batch( "context is required for this scoring method. Please provide a " "dataframe column or a list of your context strings in the Test Suite." ) + return input_text_batch, context_batch async def arun_batch( self,