Skip to content
Snippets Groups Projects
Commit c90b9651 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Fix bug in standard likelihood

parent e4d627dd
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -127,7 +127,7 @@ class GravitationalWaveTransient(Likelihood):
return log_l.real
def log_likelihood(self):
return self.log_likelihood() + self.noise_log_likelihood()
return self.log_likelihood_ratio() + self.noise_log_likelihood()
def setup_distance_marginalization(self):
if 'luminosity_distance' not in self.prior.keys():
......
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