Skip to content

Commit

Permalink
updating test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Mar 8, 2024
1 parent a1091ef commit 1d79e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mux.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1d79e1e

Please sign in to comment.