aboutsummaryrefslogtreecommitdiffstats
path: root/bin/fg21sim
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-02-02 13:31:30 +0800
committerAaron LI <aly@aaronly.me>2018-02-02 13:31:30 +0800
commit1f2758286769fec0bcff2be3457fe243035269a2 (patch)
tree34c1cce9d3526d6eef4816aa786c29166959101e /bin/fg21sim
parent2b8dda20b1737794c82ab29a0221e3ffe96cd26c (diff)
downloadfg21sim-1f2758286769fec0bcff2be3457fe243035269a2.tar.bz2
Numba: disable/restrict the Numba JIT usage; needs refactor -> Cython ...
Diffstat (limited to 'bin/fg21sim')
-rwxr-xr-xbin/fg21sim2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fg21sim b/bin/fg21sim
index cf44efa..eb56df4 100755
--- a/bin/fg21sim
+++ b/bin/fg21sim
@@ -69,7 +69,7 @@ def main():
logger.info("Setup cosmology model with parameters from configs ...")
COSMO.setup(**CONFIGS.cosmology)
- logger.info("Importing modules + Numba JIT, waiting ...")
+ logger.info("Importing modules, waiting ...")
from fg21sim.foregrounds import Foregrounds
fg = Foregrounds(CONFIGS)
fg.preprocess()