File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
nipype/interfaces/fsl/tests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ def test_flirt(setup_flirt):
234
234
realcmd = 'flirt -in %s -ref %s -out %s -omat %s' % (infile , reffile ,
235
235
outfile , outmat )
236
236
assert flirter .cmdline == realcmd
237
-
237
+
238
238
# test apply_xfm option
239
239
axfm = flirter
240
240
axfm .inputs .apply_xfm = True
@@ -243,10 +243,10 @@ def test_flirt(setup_flirt):
243
243
axfm2 = axfm
244
244
# test uses_qform
245
245
axfm .inputs .uses_qform = True
246
- assert axfm .cmdline == (realcmd + = ' -applyxfm -usesqform' )
246
+ assert axfm .cmdline == (realcmd + ' -applyxfm -usesqform' )
247
247
# test in_matrix_file
248
248
axfm2 .inputs .in_matrix_file = reffile
249
- assert axfm2 .cmdline == (realcmd + = ' -applyxfm -init %s' % reffile )
249
+ assert axfm2 .cmdline == (realcmd + ' -applyxfm -init %s' % reffile )
250
250
251
251
252
252
_ , tmpfile = tempfile .mkstemp (suffix = '.nii' , dir = tmpdir )
You can’t perform that action at this time.
0 commit comments