aboutsummaryrefslogtreecommitdiffstats
path: root/bin/hpx2healpix
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2017-07-31 19:48:43 +0800
committerAaron LI <aly@aaronly.me>2017-07-31 19:48:43 +0800
commit38ab63fc5191a4893f6f46d9b8b40ae988f66c88 (patch)
tree623ef7dc722d12e8ed54da6a27508f0448149542 /bin/hpx2healpix
parent7f3086c7bfcf8e0be531c6885276e3dcdf88f83f (diff)
downloadfg21sim-38ab63fc5191a4893f6f46d9b8b40ae988f66c88.tar.bz2
Add `fg21sim.share` module to hold globally shared "CONFIGS" & "COSMO"
Signed-off-by: Aaron LI <aly@aaronly.me>
Diffstat (limited to 'bin/hpx2healpix')
-rwxr-xr-xbin/hpx2healpix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hpx2healpix b/bin/hpx2healpix
index 2c09057..b5de5e6 100755
--- a/bin/hpx2healpix
+++ b/bin/hpx2healpix
@@ -15,7 +15,7 @@ import argparse
import logging
import fg21sim
-from fg21sim.configs import CONFIGS
+from fg21sim.share import CONFIGS
from fg21sim.utils import setup_logging