2 parents 2b31e96 + 27014e2 commit 32cde76Copy full SHA for 32cde76
1 file changed
sourcefinder/utils.py
@@ -11,9 +11,7 @@
11
from sourcefinder.gaussian import gaussian
12
from sourcefinder.utility import coordinates
13
14
-from numba import njit, prange, guvectorize, config as numba_config
15
-
16
-numba_config.THREADING_LAYER = "workqueue"
+from numba import njit, prange, guvectorize
17
18
19
def generate_subthresholds(min_value, max_value, num_thresholds):
0 commit comments