Closed barkls closed 4 years ago
It looks like log_posterior calls log_prior and log_likelihood with arguments in the incorrect order. You should use keyword arguments if you want the ordering to be flexible.
log_posterior
log_prior
log_likelihood
log_posterior and log_prior have been removed from model.py
It looks like
log_posterior
callslog_prior
andlog_likelihood
with arguments in the incorrect order. You should use keyword arguments if you want the ordering to be flexible.