skypyproject / skypy

SkyPy: A package for modelling the Universe.
BSD 3-Clause "New" or "Revised" License
118 stars 38 forks source link

ENH: Add concentration, radius, Delta_Sigma functions to halos module #467

Open sutieng opened 3 years ago

sutieng commented 3 years ago

Description

This implements several functions to derive the halo concentration, scale radius, the spherical overdensity radius and the excess surface density for halos module.

Checklist

ntessore commented 3 years ago

Hi Sutieng, thank you for your pull request. Could you please set up your git username and email correctly for GitHub? There is a description in the GitHub documentation.

Afterwards, you will need to fix the existing commits in this PR. The easiest that I can think of is resetting your commits without undoing any of the changes, then simply committing again, which will use the new username and email:

$ git reset --soft module/halos
$ git commit
$ git push --force
sutieng commented 3 years ago

Thanks Nicolas! I've just set up the git email and re-pushed all the commits.