Skip to content

Commit 94f4b99

Browse files
authored
Fix flaky test_change_point_x64 (#1863)
1 parent 3cde93d commit 94f4b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/infer/test_mcmc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def model():
346346

347347
def test_change_point_x64():
348348
# Ref: https://forum.pyro.ai/t/i-dont-understand-why-nuts-code-is-not-working-bayesian-hackers-mail/696
349-
num_warmup, num_samples = 500, 3000
349+
num_warmup, num_samples = 1000, 3000
350350

351351
def model(data):
352352
alpha = 1 / jnp.mean(data.astype(np.float32))

0 commit comments

Comments
 (0)