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 ... --- fg21sim/webui/handlers/console.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fg21sim/webui/handlers/console.py') diff --git a/fg21sim/webui/handlers/console.py b/fg21sim/webui/handlers/console.py index fece851..caf69e3 100644 --- a/fg21sim/webui/handlers/console.py +++ b/fg21sim/webui/handlers/console.py @@ -1,4 +1,4 @@ -# Copyright (c) 2016 Weitian LI +# Copyright (c) 2016,2018 Weitian LI # MIT license """ @@ -174,7 +174,7 @@ class ConsoleAJAXHandler(BaseRequestHandler): logger.info("Checking the configurations ...") self.configs.check_all() # - logger.info("Importing modules + Numba JIT, waiting ...") + logger.info("Importing modules, waiting ...") from ...foregrounds import Foregrounds # fg = Foregrounds(self.configs) -- cgit v1.2.2