summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chroma/likelihood.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/chroma/likelihood.py b/chroma/likelihood.py
index 5b746dd..2586f8f 100644
--- a/chroma/likelihood.py
+++ b/chroma/likelihood.py
@@ -105,8 +105,8 @@ class Likelihood(object):
# Then include the probability densities of the observed
# charges and times.
- #log_likelihood += ufloat((np.log(pdf_prob[self.event.channels.hit]).sum(),
- #0.0))
+ log_likelihood += ufloat((np.log(pdf_prob[self.event.channels.hit]).sum(),
+ 0.0))
return -log_likelihood