Use marginalized_parameters attribute for reconstruction
Compare changes
Files
4+ 1
− 2
@@ -448,8 +448,7 @@ class GravitationalWaveTransient(Likelihood):
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.