From 754e9c679ab12bf93d768a4731af9bb721abb3e6 Mon Sep 17 00:00:00 2001 From: Victor Calderon Date: Wed, 16 May 2018 09:07:22 -0500 Subject: [PATCH] Fixed bugs with missing 'cens' --- CHANGES.rst | 1 + cosmo_utils/mock_catalogues/catls_utils.py | 1 - docs/whats_new_history/whats_new_0.1.0.rst | 3 ++- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 340cd22..6fe0e10 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) ----------------------- diff --git a/cosmo_utils/mock_catalogues/catls_utils.py b/cosmo_utils/mock_catalogues/catls_utils.py index 3430e87..007cd87 100644 --- a/cosmo_utils/mock_catalogues/catls_utils.py +++ b/cosmo_utils/mock_catalogues/catls_utils.py @@ -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 diff --git a/docs/whats_new_history/whats_new_0.1.0.rst b/docs/whats_new_history/whats_new_0.1.0.rst index 72f52ce..bfd92d4 100644 --- a/docs/whats_new_history/whats_new_0.1.0.rst +++ b/docs/whats_new_history/whats_new_0.1.0.rst @@ -6,4 +6,5 @@ What's New in Halotools v0.1? ***************************** -Updated paths and fixed bugs. \ No newline at end of file +- 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`) \ No newline at end of file