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 6a4a8b0 commit 703a3caCopy full SHA for 703a3ca
nipype/interfaces/dipy/tensors.py
@@ -93,7 +93,6 @@ class DTI(BaseInterface):
93
>>> dti.inputs.in_file = 'diffusion.nii'
94
>>> dti.inputs.bvecs = 'bvecs'
95
>>> dti.inputs.bvals = 'bvals'
96
- >>> dti.inputs.mask_file = 'wm_mask.nii'
97
>>> dti.run() # doctest: +SKIP
98
"""
99
input_spec = DTIInputSpec
@@ -164,7 +163,6 @@ class TensorMode(BaseInterface):
164
163
>>> mode.inputs.in_file = 'diffusion.nii'
165
>>> mode.inputs.bvecs = 'bvecs'
166
>>> mode.inputs.bvals = 'bvals'
167
- >>> mode.inputs.mask_file = 'wm_mask.nii'
168
>>> mode.run() # doctest: +SKIP
169
170
input_spec = TensorModeInputSpec
0 commit comments