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

Moritz Huebner: GravitationalWaveTransient -> Likelihood

parent 3393d0d4
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ class Sampler(object):
try:
self.likelihood.log_likelihood_ratio()
except TypeError:
raise TypeError('GravitationalWaveTransient evaluation failed. Have you definitely specified all the parameters?\n{}'.format(
raise TypeError('Likelihood evaluation failed. Have you definitely specified all the parameters?\n{}'.format(
self.likelihood.parameters))
def prior_transform(self, theta):
......
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