Added CDF explicitly to conditional priors
Compare changes
Files
2+ 32
− 0
@@ -110,9 +110,41 @@ def conditional_prior_factory(prior_class):
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 explicitly adds the cdf
method to ConditionalPrior
. Previously, cdf
was working correctly when used within a ConditionalPriorDict
. This allows the cdf
to be called in standalone ConditionalPrior
objects.