Skip to content

Commit c8edc2f

Browse files
committed
Fix issue #2408
1 parent 168dfee commit c8edc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/mrtrix3/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ResponseSDInputSpec(MRTrix3BaseInputSpec):
2727
'tournier',
2828
'tax',
2929
argstr='%s',
30-
position=-6,
30+
position=1,
3131
mandatory=True,
3232
desc='response estimation algorithm (multi-tissue)')
3333
in_file = File(

0 commit comments

Comments
 (0)