File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
nipype/interfaces/freesurfer/tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ def test_mandatory_outvol(create_files_in_directory):
105
105
ext = ext2 + ext
106
106
107
107
assert mni .cmdline == (
108
- 'mri_nu_correct.mni --i %s --o %s_output. %s' % (filelist [0 ], base , ext ))
108
+ 'mri_nu_correct.mni --i %s --o %s_output%s' % (filelist [0 ], base , ext ))
109
109
110
110
# test with custom outfile
111
111
mni .inputs .out_file = 'new_corrected_file.mgz'
@@ -116,5 +116,5 @@ def test_mandatory_outvol(create_files_in_directory):
116
116
mni2 = freesurfer .MNIBiasCorrection (in_file = filelist [0 ],
117
117
out_file = 'bias_corrected_output' ,
118
118
iterations = 4 )
119
- assert mni2 .cmdline == ('mri_nu_correct.mni --i %s --n 4 --o bias_corrected_output. %s'
119
+ assert mni2 .cmdline == ('mri_nu_correct.mni --i %s --n 4 --o bias_corrected_output%s'
120
120
% (filelist [0 ], ext ))
You can’t perform that action at this time.
0 commit comments