-
Notifications
You must be signed in to change notification settings - Fork 9
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
use cosmology API instead of deprecated cosmology package #124
Labels
Milestone
Comments
ntessore
added
help wanted
Extra attention is needed
api
An (incompatible) API change
labels
Aug 2, 2023
How can I help? |
I think this really only needs some time to sit down and make the changes -- I just wanted to keep you in the loop on this issue. (And it will probably take longer to write the docs on the cosmology object than to make code changes, there's surprisingly little cosmology use in our library.) |
I've made a start on this in #397. My questions/thoughts:
|
Discussed in a meeting.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Switch to use the cosmology API instead of the old, deprecated cosmology package.
There is a work-in-progress CAMB wrapper, which needs to be checked for feature-completeness against all uses of
cosmo
in GLASS. I don't think we use anything that's not covered by the cosmology API currently (growth functions, power spectra).Since the cosmology API functions have no dimensionless equivalent to the cosmology package, there is probably some amount of testing needed in e.g. the lensing module.
cc @nstarman
The text was updated successfully, but these errors were encountered: