bstaton1/postpack

density_plot() bug when all samples equal the same value

Closed this issue · 0 comments

This returns a warning:

postpack:::density_plot(post, "rho[1,1]")

Since all elements are equal to 1. It comes from the density() call, just wrap a suppressWarnings() around it