Skip to content

Commit f6f9f46

Browse files
committed
Fixed tests.
1 parent e947284 commit f6f9f46

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nipype/interfaces/afni/tests/test_preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def test_allineate():
1818
environ = dict(usedefault=True,),
1919
ignore_exception = dict(usedefault=True,),
2020
in_file = dict(argstr='-source %s',mandatory=True,),
21-
matrix = dict(argstr='-1dmatrix_apply %s',),
21+
in_matrix = dict(argstr='-1Dmatrix_apply %s',),
2222
out_file = dict(argstr='-prefix %s'),
2323
outputtype = dict(),
2424
)

nipype/interfaces/fsl/tests/test_preprocess.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,8 +503,8 @@ def test_fugue():
503503
phase_conjugate = dict(argstr='--phaseconj',),
504504
phasemap_file = dict(argstr='--phasemap=%s',),
505505
poly_order = dict(argstr='--poly=%d',),
506-
save_unmasked_fmap = dict(requires=['fmap_out_file'],argstr='--unmaskfmap=%s',),
507-
save_unmasked_shift = dict(requires=['shift_out_file'],argstr='--unmaskshift=%s',),
506+
save_unmasked_fmap = dict(requires=['fmap_out_file'],argstr='--unmaskfmap',),
507+
save_unmasked_shift = dict(requires=['shift_out_file'],argstr='--unmaskshift',),
508508
shift_in_file = dict(argstr='--loadshift=%s',),
509509
shift_out_file = dict(argstr='--saveshift=%s',),
510510
smooth2d = dict(argstr='--smooth2=%.2f',),

0 commit comments

Comments
 (0)