Commit 3b9124c
authored
fix:Fix the random prop_sampleM test failure (#186)
by using a 99.99% confidence interval on a Bernoulli distribution.
Since quickCheck already runs 100 tests, this aims for 1/10000,
which corresponds to z-score of 3.89.
Should fix the random CI failure in the prop_sampleM test.1 parent 4c6dfb9 commit 3b9124c
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
0 commit comments