diff options
author | Aaron LI <aly@aaronly.me> | 2017-07-22 23:53:20 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-07-22 23:53:20 +0800 |
commit | 4476a0ca0e22d6a35bb07da87956d21ec7c49074 (patch) | |
tree | 8bbbc491e34956c77d8a1b2f3e38c868fd4e3677 /fg21sim/utils/__init__.py | |
parent | fd5ae04bce31a4cb82dea8532028b6df92b3d476 (diff) | |
download | fg21sim-4476a0ca0e22d6a35bb07da87956d21ec7c49074.tar.bz2 |
Use all uppercase to identify the global CONFIGS and COSMO
Update to use the global CONFIGS and COSMO
Signed-off-by: Aaron LI <aly@aaronly.me>
Diffstat (limited to 'fg21sim/utils/__init__.py')
-rw-r--r-- | fg21sim/utils/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |