Skip to content

Commit 703a3ca

Browse files
committed
Remove mask_file in example and test. Still an option, but not tested.
1 parent 6a4a8b0 commit 703a3ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nipype/interfaces/dipy/tensors.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ class DTI(BaseInterface):
9393
>>> dti.inputs.in_file = 'diffusion.nii'
9494
>>> dti.inputs.bvecs = 'bvecs'
9595
>>> dti.inputs.bvals = 'bvals'
96-
>>> dti.inputs.mask_file = 'wm_mask.nii'
9796
>>> dti.run() # doctest: +SKIP
9897
"""
9998
input_spec = DTIInputSpec
@@ -164,7 +163,6 @@ class TensorMode(BaseInterface):
164163
>>> mode.inputs.in_file = 'diffusion.nii'
165164
>>> mode.inputs.bvecs = 'bvecs'
166165
>>> mode.inputs.bvals = 'bvals'
167-
>>> mode.inputs.mask_file = 'wm_mask.nii'
168166
>>> mode.run() # doctest: +SKIP
169167
"""
170168
input_spec = TensorModeInputSpec

0 commit comments

Comments
 (0)