Richard R
Richard R
We should consider making `resolution` a required argument of the `schechter` sampler and other functions that call it. Currently default values are being used throughout the library e.g. `schechter_lf` but...
It was noted in the review for our JOSS paper that the keyword argument `noise` for the function `redshifts_from_comoving_density` has a misleading name. See the review comment [here](https://github.com/openjournals/joss-reviews/issues/3056#issuecomment-877270540). They suggested...
## Description In the function `schechter_lf` rename the keyword argument `noise` to `shot_noise`. Breaking API change to be considered for 1.0 release. Requires deprecation warnings before merging. Resolves #478 ##...
## Description Some urls in the README currently point to the "latest" build on readthedocs. Instead they should point to the "stable" build. ## Checklist - [x] Follow the [Contributor...
## Description Use [hi_class](http://miguelzuma.github.io/hi_class_public/) to calculate the matter power spectrum under Horndeski theory for modified gravity ## Inputs - Cosmology (with Horndeski parameters) - Wavenumber array - Redshift array ##...
#445 fixed a bug in the calculation of the Eisenstein & Hu matter power spectrum. This fix has now been merged into module/halos and is causing multiple unit tests and...
In [halos/mass.py](https://github.com/skypyproject/skypy/blob/module/halos/skypy/halos/mass.py) all of the `partial` functions do not have a `__name__` attribute and therefore cannot be run in pipelines. This is raised as an error when building one of...
## Description Set scipy latest supported version to 1.14 ## Checklist - [x] Follow the [Contributor Guidelines](https://github.com/skypyproject/skypy/blob/main/CONTRIBUTING.rst) - [ ] Write unit tests - [ ] Write documentation strings -...