Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CCL comparison Neff=0 #97

Open
jecampagne opened this issue May 27, 2022 · 0 comments
Open

CCL comparison Neff=0 #97

jecampagne opened this issue May 27, 2022 · 0 comments
Assignees

Comments

@jecampagne
Copy link
Collaborator

In the nb dealing with CCL comparison, here is the code that defines the CCL Cosmology

cosmo_ccl = ccl.Cosmology(
    Omega_c=0.3, Omega_b=0.05, h=0.7, sigma8 = 0.8, n_s=0.96, **Neff=0**,
    transfer_function='eisenstein_hu', matter_power_spectrum='halofit')

Even if in the context of this nb, Neff=0 does not matter, it leads to nasty results in others.
In fact, do not add this parameter and everything is in order.

cosmo_ccl = ccl.Cosmology(
   Omega_c=0.3, Omega_b=0.05, h=0.7, sigma8 = 0.8, n_s=0.96, 
   transfer_function='eisenstein_hu', matter_power_spectrum='halofit')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant