From 4476a0ca0e22d6a35bb07da87956d21ec7c49074 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 22 Jul 2017 23:53:20 +0800 Subject: Use all uppercase to identify the global CONFIGS and COSMO Update to use the global CONFIGS and COSMO Signed-off-by: Aaron LI --- fg21sim/utils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fg21sim/utils/__init__.py') diff --git a/fg21sim/utils/__init__.py b/fg21sim/utils/__init__.py index 194b356..5b61027 100644 --- a/fg21sim/utils/__init__.py +++ b/fg21sim/utils/__init__.py @@ -4,4 +4,4 @@ from .logging import setup_logging from .cosmology import Cosmology -cosmo = Cosmology() +COSMO = Cosmology() -- cgit v1.2.2