When you call diagnostics.plot_chains for a core, it outputs histograms of the acceptance, which don't really make sense.
Most people probably want the histograms or traces for model parameters and the posterior, and maybe the likelihood too. We should skip the acceptance parameters when making the histograms.
When you call
diagnostics.plot_chainsfor a core, it outputs histograms of the acceptance, which don't really make sense.Most people probably want the histograms or traces for model parameters and the posterior, and maybe the likelihood too. We should skip the acceptance parameters when making the histograms.