Skip to content

Commit 091577f

Browse files
committed
fixed tests
1 parent afbe297 commit 091577f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

nipype/interfaces/afni/tests/test_auto_Resample.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ def test_Resample_inputs():
2121
),
2222
master=dict(argstr='-master %s',
2323
),
24-
in_file=dict(position=-1,
24+
in_file=dict(copyfile=False,
2525
mandatory=True,
26+
position=-1,
2627
argstr='-inset %s',
2728
),
2829
environ=dict(nohash=True,

nipype/interfaces/afni/tests/test_auto_TShift.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ def test_TShift_inputs():
3131
tslice=dict(xor=['tzero'],
3232
argstr='-slice %s',
3333
),
34-
in_file=dict(position=-1,
34+
in_file=dict(copyfile=False,
3535
mandatory=True,
36+
position=-1,
3637
argstr='%s',
3738
),
3839
rlt=dict(argstr='-rlt',

0 commit comments

Comments
 (0)