Skip to content

Commit 61d8351

Browse files
committed
fixed flake8
1 parent 73d8229 commit 61d8351

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
# each zero-padded to length `next_fast_n` by performing
287287
# the following three steps:
288288

0 commit comments

Comments
 (0)