Skip to content

Commit db09a61

Browse files
committed
minor change
1 parent 0e82fbf commit db09a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stumpy/sdp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def __call__(self, Q, T, n_threads=1, planning_flag="FFTW_ESTIMATE"):
282282
rfft_obj.update_arrays(real_arr, complex_arr)
283283
irfft_obj.update_arrays(complex_arr, real_arr)
284284

285-
# Compute the circular convolution between T and Q[::-1]
285+
# Compute the (circular) convolution between T and Q[::-1]
286286
# using FFT, and then take the relevant slice of the output
287287

288288
# Step 1

0 commit comments

Comments
 (0)