skypy icon indicating copy to clipboard operation
skypy copied to clipboard

SkyPy: A package for modelling the Universe.

Results 81 skypy issues
Sort by recently updated
recently updated
newest added

## Description Adapt the [`magnitude_error_rykoff`](https://github.com/skypyproject/skypy/blob/df2536974c122dd72498f8d146913c14c832833b/skypy/utils/photometry.py#L312) function with an option to return flux errors. ## Suggestion - I suggest renaming the function and add an option for either sampling the magnitude...

enhancement
module: photometry

## Description This PR adds code to compute the subhalo abundance matching of internally generated halo/subhalo and galaxy catalogues based on a monotonic relation between their masses and the quenching...

documentation
enhancement
module: halos
tests
new feature

## Description The halos module is only accessible in a specific branch. We are developing a strong lensing simulation pipeline for LSST (and beyond), currently mostly developed in the gg_lensing...

enhancement

#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...

bug
module: halos
tests
high priority

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...

bug
module: halos
high priority

**Describe the issue** There was confusion as to the expected units of $\phi_{*}$ in the *schechter_lf* function. We wish to maintain $h$-less units (ie no multiplication by a factor of...

documentation
module: galaxies
examples

**Describe the bug** When calculating the number density of galaxies for redshift sampling in 'schechter lf redshift' (/galaxies/redshift.py) there is a missing factor of h_0^3. This is required due to...

bug
module: galaxies

Based on issue #117, we should add instructions on how to be consistent with units, tests, inputs etc. in the documentation and the code. Some of the modules are intrinsically...

documentation
examples

## 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 -...

continuous integration

## Description Re-PR of #631 but not using the `modules/` name so as not to have branch protection on the source PR.