We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee35dd commit 5333e7fCopy full SHA for 5333e7f
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(parallel=True)
+@njit()
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