fix compare error in 177

This commit is contained in:
jnanliu 2025-04-10 07:03:53 +00:00
parent b63f998459
commit 28b514cd3a

View File

@ -174,7 +174,7 @@ class BaseEvaluator:
eval_details.append(detail)
if can_calculate and n > 1 and k > 1:
if can_calculate and n > 1 and max(k_list) > 1:
eval_results.update(self.reduce(eval_details))
# Store eval_details in eval_results