Skip to content

Commit 4bca4a4

Browse files
committed
Removing forced optional argument in MRtrix3
1 parent f490616 commit 4bca4a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype/interfaces/mrtrix3/reconst.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ class EstimateFODInputSpec(MRTrix3BaseInputSpec):
118118
max_sh = InputMultiObject(
119119
traits.Int,
120120
value=[8],
121-
usedefault=True,
122121
argstr='-lmax %s',
123122
sep=',',
124123
desc=('maximum harmonic degree of response function - single value for single-shell response, list for multi-shell response'))

0 commit comments

Comments
 (0)