Skip to content
Snippets Groups Projects
Commit 49ad57e4 authored by Ryan Magee's avatar Ryan Magee
Browse files

gstlal_inspiral_mass_model : whitespace fix / spaces to tabs

parent b8383508
No related branches found
No related tags found
No related merge requests found
Pipeline #85633 failed
......@@ -91,7 +91,7 @@ for row in sngl_inspiral_table:
mchirps[row.template_id] = mchirp
if options.model == "narrow-bns":
# comes from component mass mean 1.33, std 0.09, and redshift 0.02
# comes from component mass mean 1.33, std 0.09, and redshift 0.02
sigma = 0.055
mean = 1.18
prob[row.template_id] = 1. / (2 * numpy.pi * sigma**2)**.5 * numpy.exp(-(mchirp - mean)**2 / 2. / sigma**2)
......
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