From 9d7c7bb53244d2f79173b0f7fe1c6e91a656a240 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 29 Oct 2016 23:10:40 +0800 Subject: utils/__init__.py: Only import "setup_logging" from "logging.py" Since some modules (e.g., healpix.py) under "utils" involves Numba JIT optimization, which significantly slows the start-up speed, even some consumers (e.g., bin/fg21sim-webui) do not need them at all. Fix various import statements of other modules. NOTE: not test at the moment! --- fg21sim/utils/__init__.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'fg21sim/utils') diff --git a/fg21sim/utils/__init__.py b/fg21sim/utils/__init__.py index 1e4eac6..b3b8723 100644 --- a/fg21sim/utils/__init__.py +++ b/fg21sim/utils/__init__.py @@ -1,7 +1,4 @@ # Copyright (c) 2016 Weitian LI # MIT license -from .fits import read_fits_healpix, write_fits_healpix -from .healpix import healpix2hpx, hpx2healpix -from .reproject import zea2healpix from .logging import setup_logging -- cgit v1.2.2