From 1f2758286769fec0bcff2be3457fe243035269a2 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 2 Feb 2018 13:31:30 +0800 Subject: Numba: disable/restrict the Numba JIT usage; needs refactor -> Cython ... --- bin/fg21sim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/fg21sim') 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() -- cgit v1.2.2