Skip to content

Commit

Permalink
Use default Neff in test_nonlin_camb_power (#1111)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsinfan1996 committed Jul 21, 2023
1 parent dd2aa5e commit 4ef1507
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ dependencies:
- pyyaml
- numpy
- scipy
- camb=1.3.6
- isitgr
- camb
- fast-pt
- pytest
- pytest-cov
- pip:
#- classy<3
- isitgr
- velocileptors @ git+https://github.com/sfschen/velocileptors
- baccoemu @ git+https://bitbucket.org/rangulo/baccoemu.git@master
2 changes: 1 addition & 1 deletion pyccl/tests/test_nonlin_camb_power.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_nonlin_camb_power():

ccl_cosmo = ccl.Cosmology(
Omega_c=Omega_c, Omega_b=Omega_b, h=h, m_nu=0.0,
A_s=A_s, n_s=n_s, Neff=3.046,
A_s=A_s, n_s=n_s,
transfer_function="boltzmann_camb",
matter_power_spectrum="camb",
extra_parameters={"camb": {"halofit_version": "mead2020_feedback",
Expand Down

0 comments on commit 4ef1507

Please sign in to comment.