Skip to content

Commit e9b3c99

Browse files
committed
Try a new seed
1 parent ae67043 commit e9b3c99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/sampling/test_mcmc_external.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ def test_step_args():
8181
nuts_sampler="numpyro",
8282
target_accept=0.5,
8383
nuts={"max_treedepth": 10},
84-
random_seed=1410,
84+
random_seed=1411,
85+
progressbar=False,
8586
)
8687

8788
npt.assert_almost_equal(idata.sample_stats.acceptance_rate.mean(), 0.5, decimal=1)

0 commit comments

Comments
 (0)