diff --git a/tests/test_mux.py b/tests/test_mux.py index 16d7bfa..60dd640 100644 --- a/tests/test_mux.py +++ b/tests/test_mux.py @@ -595,7 +595,7 @@ def test_mux_stacked_uniform_convergence(self, mux_class, dist): counts = np.asarray(list(counter.values())) - # Check that the pvalue for the chi^2 test is at least 0.95 + # Check that the pvalue for the chi^2 test is at least 0.5 test = scipy.stats.chisquare(counts) assert test.pvalue >= 0.5, counts