CCL
CCL copied to clipboard
DESC Core Cosmology Library: cosmology routines with validated numerical accuracy
Hi, everyone! I recently updated CCL (I am using the developer instalation), but now I am getting an error when I try to import the library. I'll leave the print...
I think we should be more clear about the last two arguments in `translate_IA_norm` [method](https://github.com/LSSTDESC/CCL/blob/9ce2f6d4098242d9da71d37de45dc2caa2ecc80f/pyccl/nl_pt/tracers.py#L13) in [tracers.py](https://github.com/LSSTDESC/CCL/blob/master/pyccl/nl_pt/tracers.py#L13). I think it is important to emphasize that `Om_m_fid` should be given a...
In pyccl/pkresponse.py, I implemented the functions to calculate power spectrum responses to the super-survey modes which are responsible for super-sample covariance (SSC), based on [arXiv:2310.13330](https://arxiv.org/abs/2310.13330). We approximate the power spectrum...
I have implemented halo mass function calculated by Dark Emulator (Nishimichi et al. 2019). The file name is nishimichi19.py. Accordingly, import statement is also added into __init__.py file in hmfunc...
In the cluster count likelihood, we evaluate the halo mass function within the integrand and therefore need this evaluation to be fast. We vectorized the code, but cannot fully because...
1. Renamed `BaccoemuBaryons` class to `BaryonsBaccoemu`. 2. Created a deprecated class `BaccoemuBaryons` that will generate a deprecation warning when called.
The `BaccoemuBaryons` object should be called `BaryonsBaccoemu` to conform with the naming of other baryonic effect objects (e.g. `BaryonsSchneider15` or `BaryonsVanDaalen19`). Unfortunately this slipped through after tagging v3, and changing...