Skip to content

Commit 05c9f13

Browse files
committed
Merge branch 'dedisp_implementation' of github.com:AUAS-Pulsar/Asteria into dedisp_implementation
2 parents bbabaaa + 0f11a15 commit 05c9f13

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pipeline/pipeline.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ def measure_methods(self, stopwatch, fil_data, freqs, DM, scale):
132132
time_fft_vect = timer()
133133
fourier.fft_vectorized(time_series)
134134
stopwatch['time_fft_vect'] = timer() - time_fft_vect
135-
print("dft")
136-
137135
# dft
138136
time_dft = timer()
139137
fourier.dft_slow(time_series)

0 commit comments

Comments
 (0)