Skip to content

Commit 1011837

Browse files
sample stats test with more draws
1 parent 9806f3f commit 1011837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/tests/sampling/test_jax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def test_idata_contains_stats(sampler_name: str):
384384

385385
with pm.Model():
386386
pm.Normal("a")
387-
idata = sampler(draws=10, tune=10)
387+
idata = sampler(tune=50, draws=50)
388388

389389
stats = idata.get("sample_stats")
390390
assert stats is not None

0 commit comments

Comments
 (0)