Skip to content

Commit

Permalink
remove_commented_breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadtourei committed Jan 13, 2025
1 parent e5f76ff commit 22499e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dascore/proc/correlate.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,5 @@ def correlate(
# Undo fft if this function did one, shift, and update coord.
if not input_dft:
idft = out.idft.func(out)
# breakpoint()
out = idft.correlate_shift.func(idft, fft_dim)
return out

0 comments on commit 22499e1

Please sign in to comment.