Skip to content

Commit f245ba4

Browse files
committed
fixed up doctest strings and added dummy files
1 parent ccd25c6 commit f245ba4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

nipype/interfaces/mrtrix3/utils.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -812,9 +812,9 @@ class SHConv(CommandLine):
812812
813813
>>> import nipype.interfaces.mrtrix3 as mrt
814814
>>> sh = mrt.SHConv()
815-
>>> sh.inputs.in_file = 'odf.mif'
815+
>>> sh.inputs.in_file = 'csd.mif'
816816
>>> sh.inputs.response = 'response.txt'
817-
>>> sh.cmdline # doctest: +ELLIPSIS
817+
>>> sh.cmdline
818818
'shconv odf.mif response.txt sh.mif'
819819
>>> sh.run() # doctest: +SKIP
820820
"""
@@ -881,7 +881,7 @@ class SH2Amp(CommandLine):
881881
>>> sh = mrt.SH2Amp()
882882
>>> sh.inputs.in_file = 'sh.mif'
883883
>>> sh.inputs.directions = 'grads.txt'
884-
>>> sh.cmdline # doctest: +ELLIPSIS
884+
>>> sh.cmdline
885885
'sh2amp sh.mif grads.txt amp.mif'
886886
>>> sh.run() # doctest: +SKIP
887887
"""

nipype/testing/data/grads.txt

Whitespace-only changes.

nipype/testing/data/sh.mif

Whitespace-only changes.

0 commit comments

Comments
 (0)