Skip to content

BUGFIX: allow likelihood and prior reweighting

Colm Talbot requested to merge bugfix-likelihood-and-prior-reweighting into master

Prior and likelihood reweighting is failing with errors like this as the PriorDict.ln_prob method uses all of the keys provided. This MR removes the two extra keys we expect to be there explicitly.

I'd like to get this in the next release if at all possible.

Merge request reports