Skip to content

Commit 939b532

Browse files
committed
randomness - make chi squared test even more lenient
1 parent fd295b0 commit 939b532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/randomness.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ mod tests {
2121

2222
// Small-value tests are still pretty unreliable...so need bigger diff.
2323
(10, 60_000, 0.3),
24-
(17, 24_000, 0.1),
24+
(17, 24_000, 0.2),
2525
(50, 8_000, 0.05),
2626
(100, 4_000, 0.05),
2727
(1000, 1_000, 0.05),

0 commit comments

Comments
 (0)