Skip to content

Commit a0ec902

Browse files
removed TODO
1 parent 87de6e4 commit a0ec902

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyhmcode/pyhmcode.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ def hmcode(k:np.array, zs:np.array, CAMB_results:camb.CAMBdata,
150150
profile = halo.profile.Fourier(k, M, Uk, amplitude=M*(1.-f_nu)/hmod.rhom, mass_tracer=True) # NOTE: Factor of 1-f_nu
151151

152152
# Vanilla power spectrum calculation
153-
# TODO: Wasteful as this calculate the standard two-halo term unnecessarily
154153
_, Pk_1h, _ = hmod.power_spectrum(k, Pk_lin, M, sigmaM, {'m': profile}, simple_twohalo=True)
155154

156155
# HMcode tweaks

0 commit comments

Comments
 (0)