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):
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 1 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk.
In theory, users could get unexpected behaviour if they add key/value pairs to reference_params
via their condition function. This fixes it.