We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48de618 commit baeb39eCopy full SHA for baeb39e
mkl_fft/__init__.py
@@ -27,7 +27,7 @@
27
from ._pydfti import (fft, ifft, fft2, ifft2, fftn, ifftn, rfft, irfft,
28
rfft_numpy, irfft_numpy, rfftn_numpy, irfftn_numpy)
29
30
-from .version import __version__
+from ._version import __version__
31
32
__all__ = ['fft', 'ifft', 'fft2', 'ifft2', 'fftn', 'ifftn', 'rfft', 'irfft',
33
'rfft_numpy', 'irfft_numpy', 'rfftn_numpy', 'irfftn_numpy']
0 commit comments