Skip to content

Commit

Permalink
remove forgotten print
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Nov 3, 2024
1 parent a8264fe commit 41179ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py/rvspecfit/desi/desi_fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,6 @@ def interpolate_bad_regions(spec, mask):
rh = xind[edges[i + 1] - 1]
lh = xind[edges[i]]
# lh rh inclusive
print(lh, rh)
if lh == 0:
spec1[:rh + 1] = spec[rh + 1]
elif rh == len(spec) - 1:
Expand Down

0 comments on commit 41179ca

Please sign in to comment.