Skip to content
Snippets Groups Projects
Commit 4b11939f authored by Moritz Huebner's avatar Moritz Huebner
Browse files

Merge remote-tracking branch 'origin/master'

parents 79c9fa0b 8bd337ad
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