We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66299ea commit 37e069dCopy full SHA for 37e069d
1 file changed
src/aspire/numeric/scipy_fft.py
@@ -34,7 +34,7 @@ def fftshift(self, x, axes=None):
34
def ifftshift(self, x, axes=None):
35
return sp.fft.ifftshift(x, axes=axes)
36
37
- def dct(self, x,workers=-1,**kwargs):
+ def dct(self, x, workers=-1, **kwargs):
38
return sp.fft.dct(x, **kwargs)
39
40
def idct(self, x, workers=-1, **kwargs):
0 commit comments