summaryrefslogtreecommitdiff
path: root/numpy/fft/__init__.py
blob: 0c5a7f2ed8ae0a0541a506f35768075a47201af7 (plain)
1
2
3
4
5
6
7
8
9
# To get sub-modules
from info import __doc__

from fftpack import *
from helper import *

def test(level=1, verbosity=1):
    from numpy.testing import NumpyTest
    return NumpyTest().test(level, verbosity)