Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 22 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. This maintenance will be upgrading the GitLab database in order to be ready for the migration.
This MR resolves issue #430 (closed) to properly normalize ConstrainedPriorDict.prob()
when sampling the prior. This MR allows for users to input a normalisation flag when creating an instance of a Constraint
prior and when calling ConstrainedPriorDict.prob()
if there are normalisation constants given will return the normalisation*prob and otherwise use the ratio of total samples to kept samples as this normalisation constant. Pass normalisation=1 when creating a Constraint
Prior for behaviour before this MR.