Skip to content
Snippets Groups Projects
Commit 4d9824c5 authored by Yifan Wang's avatar Yifan Wang
Browse files

fix bug

parent 3a4c36e2
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ def gen(**kwds):
hp, hc = get_fd_waveform(approximant=kwds['baseapprox'], **kwds)
zz = cosmology.redshift(kwds['distance'])
intz = integrate.quad(integrand_parityamu_mpv 0, zz)[0]
intz = integrate.quad(integrand_parityamu_mpv, 0, zz)[0]
temp = kwds['parity_mpvinverse'] * intz / 1e9 / lal.QE_SI * lal.H_SI * lal.PI * lal.PI / lal.H0_SI
hp_parity = hp + hc * temp * hp.sample_frequencies **2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment