summaryrefslogtreecommitdiff
path: root/nitime/algorithms/tests/test_spectral.py
diff options
context:
space:
mode:
Diffstat (limited to 'nitime/algorithms/tests/test_spectral.py')
-rw-r--r--nitime/algorithms/tests/test_spectral.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/nitime/algorithms/tests/test_spectral.py b/nitime/algorithms/tests/test_spectral.py
index 26ec509..742e366 100644
--- a/nitime/algorithms/tests/test_spectral.py
+++ b/nitime/algorithms/tests/test_spectral.py
@@ -6,6 +6,7 @@ Tests for the algorithms.spectral submodule
import numpy as np
import scipy
import numpy.testing as npt
+import numpy.testing.decorators as dec
import nose.tools as nt
import nitime
@@ -289,7 +290,8 @@ def test_mtm_cross_spectrum():
tsa.mtm_cross_spectrum,
tspectra,np.r_[tspectra, tspectra],
(w, w))
-
+
+@dec.slow
def test_multi_taper_psd_csd():
"""