minus sign fix

parent 0c2c6246
......@@ -64,7 +64,7 @@ class kdeModel(cpnest.model.Model):
log10hModel = np.log10(float(hc))
log_like = - kdeLike.logpdf(log10hModel)
log_like = kdeLike.logpdf(log10hModel)
return log_like
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment