Now passes a copy of the reference_params dict into the condition func
Compare changes
+ 1
− 1
@@ -129,7 +129,7 @@ def conditional_prior_factory(prior_class):
In theory, users could get unexpected behaviour if they add key/value pairs to reference_params
via their condition function. This fixes it.