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 1419406 commit 26dfd79Copy full SHA for 26dfd79
nipype/interfaces/freesurfer/tests/test_preprocess.py
@@ -116,5 +116,5 @@ def test_mandatory_outvol(create_files_in_directory):
116
mni2 = freesurfer.MNIBiasCorrection(in_file=filelist[0],
117
out_file='bias_corrected_output',
118
iterations=4)
119
- assert mni2.cmdline == ('mri_nu_correct.mni --i %s --n 4 --o bias_corrected_output%s'
120
- % (filelist[0], ext))
+ assert mni2.cmdline == ('mri_nu_correct.mni --i %s --n 4 --o bias_corrected_output'
+ % filelist[0])
0 commit comments