Skip to content

Commit 5333e7f

Browse files
committed
Address conflict between numba and multiprocessing
1 parent eee35dd commit 5333e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sourcefinder/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def nearest_nonzero(some_arr, rms):
417417
# “The make_subimages function has been generated using ChatGPT 4.0.
418418
# Its AI-output has been verified for correctness, accuracy and
419419
# completeness, adapted where needed, and approved by the author.”
420-
@njit(parallel=True)
420+
@njit()
421421
def make_subimages(a_data, a_mask, back_size_x, back_size_y):
422422
"""
423423
Reshape the image data such that it is suitable for guvectorized

0 commit comments

Comments
 (0)