Skip to content

Commit 835563c

Browse files
committed
revisit the structure of the package
1 parent 6d429c7 commit 835563c

11 files changed

+1960
-1954
lines changed

mkl_fft/__init__.py

+2-5
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626

2727
from . import _init_helper
28-
29-
# pylint: disable=no-name-in-module
30-
from ._pydfti import (
28+
from ._mkl_fft import (
3129
fft,
3230
fft2,
3331
fftn,
@@ -37,12 +35,11 @@
3735
irfft,
3836
irfft2,
3937
irfftn,
40-
irfftpack,
4138
rfft,
4239
rfft2,
4340
rfftn,
44-
rfftpack,
4541
)
42+
from ._pydfti import irfftpack, rfftpack # pylint: disable=no-name-in-module
4643
from ._version import __version__
4744

4845
import mkl_fft.interfaces # isort: skip

0 commit comments

Comments
 (0)