From 73e7fe043cb7e9f83174b922d4eb916f948a5632 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 11 May 2018 16:57:46 +0800 Subject: clusters: Fix cluster distribution calculation about mass --- fg21sim/utils/cosmology.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'fg21sim/utils') diff --git a/fg21sim/utils/cosmology.py b/fg21sim/utils/cosmology.py index 21db450..8da335a 100644 --- a/fg21sim/utils/cosmology.py +++ b/fg21sim/utils/cosmology.py @@ -306,10 +306,9 @@ class Cosmology: @property def darkmatter_fraction(self): """ - The cosmological mean dark matter fraction (w.r.t. matter), - assumed to be *constant* regardless of redshifts! + The cosmological mean dark matter fraction (w.r.t. matter). - See also: ``self.baryon_fraction`` + XXX: assumed to be *constant* regardless of redshifts! """ return 1 - self.baryon_fraction -- cgit v1.2.2