We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b41837 commit 9caa2a8Copy full SHA for 9caa2a8
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