summaryrefslogtreecommitdiff
path: root/nitime/algorithms/tests/test_autoregressive.py
diff options
context:
space:
mode:
Diffstat (limited to 'nitime/algorithms/tests/test_autoregressive.py')
-rw-r--r--nitime/algorithms/tests/test_autoregressive.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/nitime/algorithms/tests/test_autoregressive.py b/nitime/algorithms/tests/test_autoregressive.py
index cd1be3a..02e6d8a 100644
--- a/nitime/algorithms/tests/test_autoregressive.py
+++ b/nitime/algorithms/tests/test_autoregressive.py
@@ -1,5 +1,6 @@
import numpy as np
import numpy.testing as npt
+import numpy.testing.decorators as dec
import nitime.algorithms as tsa
import nitime.utils as utils
@@ -79,6 +80,7 @@ def test_AR_LD():
npt.assert_almost_equal(avg_pwr, avg_pwr_est, decimal=0)
+@dec.slow
def test_MAR_est_LWR():
"""