Skip to content

Commit

Permalink
Merge pull request #1215 from LSSTDESC/issue1214
Browse files Browse the repository at this point in the history
Fixed issue #1214
  • Loading branch information
carlosggarcia authored Nov 21, 2024
2 parents 8895a20 + 73a199f commit d3c0055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyccl/halos/pk_4pt.py
Original file line number Diff line number Diff line change
Expand Up @@ -1593,14 +1593,14 @@ def halomod_Tk3D_cNG(cosmo, hmc, prof, prof2=None, prof3=None, prof4=None,
prof14_2pt=prof14_2pt,
prof24_2pt=prof24_2pt,
prof32_2pt=prof32_2pt,
p_of_k_a=None)
p_of_k_a=p_of_k_a)

tkk += halomod_trispectrum_4h(cosmo, hmc, np.exp(lk_arr), a_arr,
prof=prof,
prof2=prof2,
prof3=prof3,
prof4=prof4,
p_of_k_a=None)
p_of_k_a=p_of_k_a)

tkk, use_log = _logged_output(tkk, log=use_log)

Expand Down

0 comments on commit d3c0055

Please sign in to comment.