Skip to content

Commit 759c00e

Browse files
ferrinericardoV94
andcommitted
Update tests/sampling/test_jax.py
Co-authored-by: Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com>
1 parent b02e045 commit 759c00e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/sampling/test_jax.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,8 @@ def test_sample_numpyro_nuts_block_adapt():
477477
s_g = pm.HalfNormal("s_g")
478478
a_ig = pm.Normal("a_ig", a_g, s_g, dims=("county", "level"))
479479
trace = sample_numpyro_nuts(
480+
tune=10,
481+
draws=10,
480482
nuts_kwargs=dict(
481483
dense_mass=[
482484
("a", "a_g"),

0 commit comments

Comments
 (0)