Skip to content

Commit 7ba24f1

Browse files
committed
doc: add test [skip-ci]
1 parent 140b715 commit 7ba24f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/dcm2nii.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ class Dcm2niix(CommandLine):
364364
>>> flags = '-'.join([val.strip() + ' ' for val in sorted(' '.join(converter.cmdline.split()[1:-1]).split('-'))])
365365
>>> flags
366366
' -5 -b y -m n -o ds005 -s n -t n -v n -x n -z y '
367+
>>> converter.run() # doctest: +SKIP
367368
"""
368369

369370
input_spec = Dcm2niixInputSpec

0 commit comments

Comments
 (0)