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 534a6a0 commit 5cebe22Copy full SHA for 5cebe22
nipype/interfaces/freesurfer/tests/test_preprocess.py
@@ -132,7 +132,7 @@ def test_mandatory_outvol(create_files_in_directory):
132
base, ext2 = os.path.splitext(base)
133
ext = ext2 + ext
134
135
- assert mni.cmdline == ('mri_nu_correct.mni --n 4 --i %s --o %s_output%s' %
+ assert mni.cmdline == ('mri_nu_correct.mni --i %s --n 4 --o %s_output%s' %
136
(filelist[0], base, ext))
137
138
# test with custom outfile
0 commit comments