Add "soft initialisation" to Sampler class
Compare changes
+ 12
− 4
@@ -39,6 +39,11 @@ class Sampler(object):
@@ -86,7 +91,7 @@ class Sampler(object):
@@ -108,9 +113,12 @@ class Sampler(object):
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.
A simple change that aims to fix the issue raised in Issue #420 (closed) . Add a flag to the Sampler class init that allows for a "soft initialisation" that skips the likelihood timing and ratio verification.