Skip to content

Commit

Permalink
jit removed from group_continuous_pixel()
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi0395 committed Aug 1, 2024
1 parent 8b65c42 commit b879d6b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qsoabsfind/absorberutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def estimate_snr_for_lines(l1, l2, lam_rest, residual, error, log):

return mean_sn1, mean_sn2

@jit(nopython=True)
def group_contiguous_pixel(data, resi, avg):
"""
Arrange data into groups where successive elements differ by less than the average difference.
Expand Down
Binary file modified tests/__pycache__/test_convolution.cpython-39.pyc
Binary file not shown.

0 comments on commit b879d6b

Please sign in to comment.