Skip to content
Snippets Groups Projects
Commit 8bd337ad authored by RorySmith's avatar RorySmith
Browse files

fixed dist margd error

parent 5b1bb015
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -163,7 +163,7 @@ class GravitationalWaveTransient(Likelihood):
dist_marged_log_l_tc_array = self.interp_dist_margd_loglikelihood(rho_mf_ref_tc_array.real, rho_opt_ref)
log_l = logsumexp(dist_marged_log_l_tc_array, axis=0, b=delta_tc) - dist_margd_loglikelihood_array
log_l = logsumexp(dist_marged_log_l_tc_array, axis=0, b=delta_tc)
elif self.phase_marginalization:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment