diff --git a/python/evalica/test_evalica.py b/python/evalica/test_evalica.py index f681d36..f3d88d9 100644 --- a/python/evalica/test_evalica.py +++ b/python/evalica/test_evalica.py @@ -511,7 +511,7 @@ def test_llmfao_performance(llmfao: Comparison, algorithm: str, solver: str, ben def test_llmfao_pairwise_scores(llmfao: Comparison, benchmark: BenchmarkFixture) -> None: result = evalica.counting(*llmfao) - func = partial(evalica.pairwise_scores, result.scores) + func = partial(evalica.pairwise_scores, result.scores.to_numpy()) benchmark(func)