Skip to content

Commit

Permalink
Fix flaky test_change_point_x64 (#1863)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Sep 21, 2024
1 parent 3cde93d commit 94f4b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/infer/test_mcmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def model():

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

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

0 comments on commit 94f4b99

Please sign in to comment.