aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/share.py
diff options
context:
space:
mode:
Diffstat (limited to 'fg21sim/share.py')
-rw-r--r--fg21sim/share.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fg21sim/share.py b/fg21sim/share.py
index a3b516b..bbe52b4 100644
--- a/fg21sim/share.py
+++ b/fg21sim/share.py
@@ -29,4 +29,4 @@ CONFIGS = ConfigManager()
# NOTE: Once the above shared ``CONFIGS`` setup or loaded with new
# configurations, this ``COSMO`` object needs also been updated:
# ``COSMO.setup(**CONFIGS.cosmology)``
-COSMO = Cosmology()
+COSMO = Cosmology(**CONFIGS.cosmology)