Skip to content

Commit 3e3ba87

Browse files
committed
example_skip
1 parent 70f193f commit 3e3ba87

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

nipype/interfaces/cat12/preprocess.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -693,21 +693,19 @@ class CAT12SANLMDenoising(SPMCommand):
693693
694694
This filter is internally used in the segmentation procedure anyway. Thus, it is not
695695
necessary (and not recommended) to apply the filter before segmentation.
696-
697696
______________________________________________________________________
698697
Christian Gaser, Robert Dahnke
699698
Structural Brain Mapping Group (http://www.neuro.uni-jena.de)
700699
Departments of Neurology and Psychiatry
701700
Jena University Hospital
702701
______________________________________________________________________
703702
704-
705703
Examples
706704
--------
707705
>>> from nipype.interfaces import cat12
708706
>>> c = cat12.CAT12SANLMDenoising()
709-
>>> c.inputs.in_files='anatomical.nii'
710-
>>> c.run()
707+
>>> c.inputs.in_files = 'anatomical.nii'
708+
>>> c.run() # doctest: +SKIP
711709
"""
712710

713711
input_spec = CAT12SANLMDenoisingInputSpec

0 commit comments

Comments
 (0)