-
Notifications
You must be signed in to change notification settings - Fork 69
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
Background Calculations #1148
Background Calculations #1148
Conversation
* Added new baryons module that will deprecate old BCM
* Tracers in V3
* Background, boltzmann and cls in v3
* done * Make `T_ncdm` a cosmological parameter + (v3) (#1049) * first commit * rename TNCDM to T_ncdm but preserve API * T_CMB directly into cosmo struct * Omega_g in ccl_parameters_create; no split between C/Python * physical_constants.T_CMB doesn't mutate anymore! * force mutate T_CMB in benchmarks * define defaults on instantiation just in case constants mutate * A_s & sigma8: don't play with numbers * simplify * remove leftover mallocs * temporarily preserve API for CCLv3 * Unfreeze option for `physical_constants` (#1050) * first commit * update rtd * addressed comments 1 * Remove `T_CMB` and `T_ncdm` as constants (reloaded) (#1058) * first commit * OmNuh2 fix * addressed comments * keep only massive * first step * temp commit * debug neutrinos & deprecate Omnuh2 * ccl_omega_x & ccl_Omeganuh2 consistency --------- Co-authored-by: David Alonso <[email protected]> * RTD: Removed The Docs --------- Co-authored-by: David Alonso <[email protected]> * flaked --------- Co-authored-by: Nick Koukoufilippas <[email protected]>
…erties since we use custom
2a52cc3
to
c8b63f1
Compare
I will check it today, sorry I was very busy yesterday. thanks for this, much obliged! |
No worries. Take your time. And the correct PR is #1149 . This one is closed because I don't want to modify the original |
got it! many thanks |
Merge existing distances_v3 branch to master (different from PR #1066 ). Closes issue #954 andd #408