BUGFIX: allow likelihood and prior reweighting
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.