Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
miltondp committed Sep 13, 2023
1 parent 09a1a27 commit 33e1791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_coef_pval.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def test_cm_quadratic_noisy_pvalue_with_random_state():

assert pvalue is not None
assert isinstance(pvalue, float)
assert pvalue < 0.10
assert pvalue < 0.15


def test_cm_one_feature_with_all_same_values_pvalue():
Expand Down

0 comments on commit 33e1791

Please sign in to comment.