diff --git a/.github/environment.yml b/.github/environment.yml index 147a9f32e..68d7e856c 100644 --- a/.github/environment.yml +++ b/.github/environment.yml @@ -19,7 +19,7 @@ dependencies: - pyfftw # for velocileptors - pip: #- classy<3 - - isitgr + - isitgr<=1.0.2 - velocileptors @ git+https://github.com/sfschen/velocileptors - baccoemu @ git+https://bitbucket.org/rangulo/baccoemu.git@master - MiraTitanHMFemulator diff --git a/pyccl/halos/profiles/ia.py b/pyccl/halos/profiles/ia.py index 2fc45c867..472536a21 100644 --- a/pyccl/halos/profiles/ia.py +++ b/pyccl/halos/profiles/ia.py @@ -418,7 +418,7 @@ def _usat_fourier(self, cosmo, k, M, a): from scipy.integrate import simpson for i, M_i in enumerate(M_use): prof[i, :] += (simpson(integrand[:, i, :], - r_use[i, :]).T + x=r_use[i, :]).T * (1j**l).real * (2*l+1) * self._angular_fl[j]) elif self.integration_method == 'spline':