We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5333e7f + 7690c25 commit f3bad7bCopy full SHA for f3bad7b
1 file changed
sourcefinder/utils.py
@@ -417,7 +417,7 @@ def nearest_nonzero(some_arr, rms):
417
# “The make_subimages function has been generated using ChatGPT 4.0.
418
# Its AI-output has been verified for correctness, accuracy and
419
# completeness, adapted where needed, and approved by the author.”
420
-@njit()
+@njit(parallel=True)
421
def make_subimages(a_data, a_mask, back_size_x, back_size_y):
422
"""
423
Reshape the image data such that it is suitable for guvectorized
0 commit comments