Skip to content
Snippets Groups Projects
Commit f430ff48 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

inspiral_intrinsics: adjust uniform-in-template model

- set ln(P) to 0.  template_ids is just the IDs for one chunk of the bank, not all the templates, so the previous version was not doing a uniform-in-template weighting.
parent 4f5e0a17
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ class UniformInTemplatePopulationModel(object):
Assumes uniform in template population model, no
astrophysical prior.
"""
self.lnP = -math.log(len(template_ids))
self.lnP = 0.
@gstlalstats.assert_ln_probability
......
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