Skip to content

Commit 3d370ff

Browse files
call convergence_check after sampling with numpyro
1 parent 02cbac6 commit 3d370ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pymc/sampling/mcmc.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,10 @@ def _sample_external_nuts(
359359
idata_kwargs=idata_kwargs,
360360
**nuts_sampler_kwargs,
361361
)
362+
363+
warns = run_convergence_checks(idata, model)
364+
log_warnings(warns)
365+
362366
return idata
363367

364368
elif sampler == "blackjax":

0 commit comments

Comments
 (0)