Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
dustalov committed Aug 17, 2024
1 parent f5c35f3 commit fb01312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/evalica/test_evalica.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit fb01312

Please sign in to comment.