Skip to content

Commit 477a5aa

Browse files
froystigjax authors
authored andcommitted
set a lower pval for vmap-of-rbg based uniform statistical test
PiperOrigin-RevId: 614434781
1 parent 63ceb5f commit 477a5aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/random_lax_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,8 @@ def rand(key):
14591459

14601460
for samples in [uncompiled_samples, compiled_samples]:
14611461
self._CheckCollisions(samples, jnp.finfo(dtype).nmant)
1462-
self._CheckKolmogorovSmirnovCDF(samples, scipy.stats.uniform().cdf)
1462+
self._CheckKolmogorovSmirnovCDF(samples, scipy.stats.uniform().cdf,
1463+
pval=0.005)
14631464

14641465
def test_cannot_add(self):
14651466
key = self.make_key(73)

0 commit comments

Comments
 (0)