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 6f3ed28 commit d473dcbCopy full SHA for d473dcb
nipype/testing/__init__.py
@@ -16,11 +16,8 @@
16
template = funcfile
17
transfm = funcfile
18
19
-from . import decorators
20
from .utils import package_check, TempFATFS
21
22
-skipif = decorators.dec.skipif
23
-
24
25
def example_data(infile="functional.nii"):
26
"""returns path to empty example data files for doc tests
nipype/testing/decorators.py
0 commit comments