Skip to content

Commit

Permalink
Fixed bugs with missing 'cens'
Browse files Browse the repository at this point in the history
  • Loading branch information
vcalderon2009 committed May 16, 2018
1 parent b10be1d commit 754e9c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Expand Up @@ -2,6 +2,7 @@
-----------------------

- Checking for input parameters (:py:func:`~cosmo_utils.utils.stats_funcs.sigma_calcs`)
- Fixed issue with galaxy type (:py:func:`~cosmo_utils.mock_catalogues.catls_utils.sdss_catl_clean_nmin`)

0.1.22 (2018-05-15)
-----------------------
Expand Down
1 change: 0 additions & 1 deletion cosmo_utils/mock_catalogues/catls_utils.py
Expand Up @@ -760,7 +760,6 @@ def sdss_catl_clean_nmin(catl_pd, catl_kind, catl_info='members', nmin=1,
##
## Types of galaxies
cens = int(1)
sats = int(0)
nmin = int(nmin)
##
## Getting keys for catalogue
Expand Down
3 changes: 2 additions & 1 deletion docs/whats_new_history/whats_new_0.1.0.rst
Expand Up @@ -6,4 +6,5 @@
What's New in Halotools v0.1?
*****************************

Updated paths and fixed bugs.
- Updated paths and fixed bugs.
- Fixed bugs with functions and missing arguments (:py:func:`~cosmo_utils.utils.stats_funcs.sigma_calcs` and :py:func:`~cosmo_utils.mock_catalogues.catls_utils.sdss_catl_clean_nmin`)

0 comments on commit 754e9c6

Please sign in to comment.