Skip to content
Snippets Groups Projects
Commit d8ce4b44 authored by Shanika Galaudage's avatar Shanika Galaudage
Browse files

fix typos

parent 440c5345
No related branches found
No related tags found
1 merge request!532Fix typo in phase reconstruction
......@@ -453,7 +453,7 @@ class GravitationalWaveTransient(likelihood.Likelihood):
phases = np.linspace(0, 2 * np.pi, 101)
phasor = np.exp(-2j * phases)
phase_log_post = d_inner_h * phasor - d_inner_h / 2
phase_log_post = d_inner_h * phasor - h_inner_h / 2
phase_post = np.exp(phase_log_post.real - max(phase_log_post.real))
new_phase = Interped(phases, phase_post).sample()
return new_phase
......
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