Skip to content

Commit 32cde76

Browse files
authored
Merge pull request #160 from transientskp/dont_force_numba_threading_layer
Do not force the numba threading layer
2 parents 2b31e96 + 27014e2 commit 32cde76

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

sourcefinder/utils.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
from sourcefinder.gaussian import gaussian
1212
from sourcefinder.utility import coordinates
1313

14-
from numba import njit, prange, guvectorize, config as numba_config
15-
16-
numba_config.THREADING_LAYER = "workqueue"
14+
from numba import njit, prange, guvectorize
1715

1816

1917
def generate_subthresholds(min_value, max_value, num_thresholds):

0 commit comments

Comments
 (0)