We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cde93d commit 94f4b99Copy full SHA for 94f4b99
test/infer/test_mcmc.py
@@ -346,7 +346,7 @@ def model():
346
347
def test_change_point_x64():
348
# 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
+ num_warmup, num_samples = 1000, 3000
350
351
def model(data):
352
alpha = 1 / jnp.mean(data.astype(np.float32))
0 commit comments