Skip to content

Commit d92e10d

Browse files
jburnimThe bayeux Authors
authored and
The bayeux Authors
committed
Configure tests to explicitly use jax_threefry_partitionable=False.
See jax-ml/jax#18480 PiperOrigin-RevId: 746157829
1 parent ba33e55 commit d92e10d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bayeux/tests/mcmc_test.py

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
import pytest
2323
import tensorflow_probability.substrates.jax as tfp
2424

25+
jax.config.update("jax_threefry_partitionable", False)
26+
2527
tfd = tfp.distributions
2628

2729
METHODS = [getattr(bx.mcmc, k).name for k in bx.mcmc.__all__]

0 commit comments

Comments
 (0)