Skip to content

Commit be919a5

Browse files
Update nipype/interfaces/mrtrix3/reconst.py
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent ef40504 commit be919a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/mrtrix3/reconst.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class EstimateFODInputSpec(MRTrix3BaseInputSpec):
102102
mandatory=True,
103103
desc='output WM ODF')
104104
gm_txt = File(argstr='%s', position=-4, desc='GM response text file')
105-
gm_odf = File('gm.mif', usedefault=False, argstr='%s',
105+
gm_odf = File(argstr='%s',
106106
position=-3, desc='output GM ODF')
107107
csf_txt = File(argstr='%s', position=-2, desc='CSF response text file')
108108
csf_odf = File(argstr='%s',

0 commit comments

Comments
 (0)