Skip to content

Commit

Permalink
optimized test (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
loopylangur authored Jan 24, 2021
1 parent 2aabe8f commit f052ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_mcmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def model():

@pytest.mark.parametrize('algo', ['HMC', 'NUTS'])
def test_functional_beta_bernoulli_x64(algo):
warmup_steps, num_samples = 500, 20000
warmup_steps, num_samples = 410, 100

def model(data):
alpha = jnp.array([1.1, 1.1])
Expand Down

0 comments on commit f052ea6

Please sign in to comment.