This commit is contained in:
rstiskalek 2023-10-21 14:00:42 +01:00
parent 2d52caf8de
commit b6aacca7cd

View file

@ -12,11 +12,7 @@
# You should have received a copy of the GNU General Public License along # 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., # with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
""" """Simulation catalogues."""
Simulation catalogues:
- CSiBORG: FoF halo catalogue.
- Quijote: FoF halo catalogue.
"""
from abc import ABC from abc import ABC
from collections import OrderedDict from collections import OrderedDict
from functools import lru_cache from functools import lru_cache