Skip to content

Commit

Permalink
TEST: increase tolerance in check_ranking to cover sklearn 0.24 results
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner committed Jan 24, 2023
1 parent 9b21c34 commit f5b01e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def check_ranking(
assert_allclose(
scores_actual,
scores_expected,
rtol=0.01,
rtol=0.015,
err_msg=(
f"unexpected scores: got {scores_actual} but expected {scores_expected}"
),
Expand Down

0 comments on commit f5b01e3

Please sign in to comment.