Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-golts committed Jun 18, 2024
1 parent e16af1d commit aaf8499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuse/eval/tests/test_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def test_eval_example_seq_gen_2(self) -> None:

def test_pearson_correlation(self) -> None:
res = example_pearson_correlation()
self.assertAlmostEqual(res["metrics.pearsonr"], 1.0, places=2)
self.assertAlmostEqual(res["metrics.pearsonr.statistic"], 1.0, places=2)


if __name__ == "__main__":
Expand Down

0 comments on commit aaf8499

Please sign in to comment.