Skip to content

Commit e28c71e

Browse files
Call run_convergence_checks after sampling with blackjax
1 parent 3d370ff commit e28c71e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pymc/sampling/mcmc.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,9 @@ def _sample_external_nuts(
380380
idata_kwargs=idata_kwargs,
381381
**nuts_sampler_kwargs,
382382
)
383+
warns = run_convergence_checks(idata, model)
384+
log_warnings(warns)
385+
383386
return idata
384387

385388
else:

0 commit comments

Comments
 (0)