Use marginalized_parameters attribute for reconstruction
Compare changes
Files
2- Colm Talbot authored
+ 33
− 0
@@ -465,6 +465,39 @@ class TestGenerateAllParameters(unittest.TestCase):
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.
I'm looking at implementing marginalization over a new parameter and found that there was a bunch of hard-coded stuff I needed to work around.
This MR should make the whole process of the reconstruction more flexible using the _marginalized_parameters
attribute.