We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8206d38 commit 736e20cCopy full SHA for 736e20c
examples/team_recommender/tests/test_proportions_ztest.py
@@ -96,6 +96,7 @@ def test_example_on_wiki():
96
97
assert not is_within_expected(0.95, 1, next_size)
98
assert not is_within_expected(next_rate, 0, next_size)
99
+ assert not is_within_expected(next_rate, 1, next_size)
100
assert is_within_expected(next_rate, 2, next_size)
101
102
assert is_statistically_significant(next_rate, 0, next_size)
0 commit comments