From b6aacca7cd09fd3d4d649129104bdca5af059137 Mon Sep 17 00:00:00 2001 From: rstiskalek Date: Sat, 21 Oct 2023 14:00:42 +0100 Subject: [PATCH] Docs --- csiborgtools/read/halo_cat.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/csiborgtools/read/halo_cat.py b/csiborgtools/read/halo_cat.py index 6efc7b3..bf2e44a 100644 --- a/csiborgtools/read/halo_cat.py +++ b/csiborgtools/read/halo_cat.py @@ -12,11 +12,7 @@ # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -""" -Simulation catalogues: - - CSiBORG: FoF halo catalogue. - - Quijote: FoF halo catalogue. -""" +"""Simulation catalogues.""" from abc import ABC from collections import OrderedDict from functools import lru_cache