Skip to content

Commit

Permalink
fix texts fails KMERF
Browse files Browse the repository at this point in the history
  • Loading branch information
sampan501 committed Sep 12, 2024
1 parent 0936a0c commit 189dd9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hyppo/independence/tests/test_kmerf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ class TestKMERFStat(object):
@pytest.mark.parametrize(
"sim, obs_stat, obs_pvalue",
[
(linear, 1.0, 9.19834440770024e-24), # test linear simulation
(linear, 0.26096478961164743, 2.210668062138582e-07), # test linear simulation
(
spiral,
0.1835550720881665,
1.3087565060526607e-05,
0.038750928574255245,
0.031366764487060314,
), # test spiral simulation
(
multimodal_independence,
Expand Down

0 comments on commit 189dd9d

Please sign in to comment.