aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/utils/cosmology.py
diff options
context:
space:
mode:
Diffstat (limited to 'fg21sim/utils/cosmology.py')
-rw-r--r--fg21sim/utils/cosmology.py5
1 files changed, 2 insertions, 3 deletions
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