Hi all,
I’m running a pymc model using the blackjax sampler (like so: pm.sample(nuts_sampler="blackjax"
). This seems to work fine, however, I am wondering about divergences as these seem to not be reported as is the case when using the standard nuts sampler. If there is no warning, can I assume that no divergences occurred? Or are these generally not reported?
Thanks!