mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
fix compare error in 177
This commit is contained in:
parent
b63f998459
commit
28b514cd3a
@ -174,7 +174,7 @@ class BaseEvaluator:
|
|||||||
|
|
||||||
eval_details.append(detail)
|
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))
|
eval_results.update(self.reduce(eval_details))
|
||||||
|
|
||||||
# Store eval_details in eval_results
|
# Store eval_details in eval_results
|
||||||
|
Loading…
Reference in New Issue
Block a user