@@ -169,7 +169,7 @@ def test_randomise2():
169
169
results = rand3 .run (input_4D = 'infile3' ,
170
170
output_rootname = 'outfile3' )
171
171
yield assert_equal , results .runtime .cmdline , \
172
- 'randomise -i infile3 -o outfile3'
172
+ 'randomise -i infile3 -o outfile3'
173
173
174
174
# test arguments for opt_map
175
175
opt_map = {'demean_data' : ('-D' , True ),
@@ -252,7 +252,7 @@ def test_Randomise_parallel():
252
252
results = rand3 .run (input_4D = 'infile3' ,
253
253
output_rootname = 'outfile3' )
254
254
yield assert_equal , results .runtime .cmdline , \
255
- 'randomise_parallel -i infile3 -o outfile3'
255
+ 'randomise_parallel -i infile3 -o outfile3'
256
256
257
257
# test arguments for opt_map
258
258
opt_map = {'demean_data' : ('-D' , True ),
@@ -371,7 +371,7 @@ def test_Vec_reg():
371
371
affineTmat = 'tmat3.mat' ,)
372
372
373
373
yield assert_equal , results .runtime .cmdline , \
374
- 'vecreg -i infile3 -o outfile3 -r MNI152 -t tmat3.mat'
374
+ 'vecreg -i infile3 -o outfile3 -r MNI152 -t tmat3.mat'
375
375
yield assert_not_equal , results .runtime .returncode , 0
376
376
yield assert_equal , results .interface .inputs .infile , 'infile3'
377
377
yield assert_equal , results .interface .inputs .outfile , 'outfile3'
0 commit comments