Skip to content

Commit 75f1520

Browse files
committed
fix: fixed autotest for applytopup
1 parent 4531e6c commit 75f1520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/fsl/tests/test_auto_ApplyTOPUP.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def test_ApplyTOPUP_inputs():
1212
),
1313
args=dict(argstr='%s',
1414
),
15-
interp=dict(argstr='-n=%s',
15+
interp=dict(argstr='--interp=%s',
1616
),
1717
in_files=dict(mandatory=True,
1818
argstr='%s',
@@ -32,7 +32,7 @@ def test_ApplyTOPUP_inputs():
3232
out_base=dict(argstr='--out=%s',
3333
),
3434
output_type=dict(),
35-
method=dict(argstr='-m=%s',
35+
method=dict(argstr='--method=%s',
3636
),
3737
)
3838
inputs = ApplyTOPUP.input_spec()

0 commit comments

Comments
 (0)