Ian Harrison
Ian Harrison
## Description This PR addresses #567 to improve power spectrum tests. I have made the following changes to the module: - Added `tau` and `YHe` as parameters to fully specify...
The current test of `classy` power spectra fails, due to the interpolation creating >% level errors with respect to the previous function implementation, depending on the redshift. We need to...
We are replacing the way to call classy (currently through the `classy` function) with the call method of the `CLASSY` class. The test currently implemented should be changed to reflect...
## Description This is a re-do of #284 to change the target branch to `module/halos`. ## Checklist - [X] Follow the [Contributor Guidelines](https://github.com/skypyproject/skypy/blob/main/CONTRIBUTING.rst) - [ ] Write unit tests -...
## Description This is a re-do of #140 to change the target branch to `module/supernovae` ## Checklist - [ ] Follow the [Contributor Guidelines](https://github.com/skypyproject/skypy/blob/main/CONTRIBUTING.rst) - [ ] Write unit tests...
## Description Adds a new model for compact binary merger rates to the gravitational wave(s) module, from [Artale et al (2020)](https://arxiv.org/abs/1910.04890). There are three models, depending cumulatively in each of...
## Description Merging will close #234. This implements the Padmanabhan & Refregier HI halo mass model described in that issue. ## Checklist - [X] Follow the [Contributor Guidelines](https://github.com/skypyproject/skypy/blob/master/CONTRIBUTING.md) - [X]...
Following discussions during the hack on 22nd of April, it was proposed we should make it easier for people (e.g. conference organisers requesting talks, newbies wanting to hear from a...
## Description This PR is for the COMMUNICATING.md guidelines for communicating within skypy. There are a few things to discuss around this. I'd appreciate discussion on these questions: - Should...
## Description The model of https://arxiv.org/abs/1607.01021 (equation 1) generates a neutral Hydrogen (HI) mass for a halo, given its halo mass and a model for circular velocity. Being able to...