Skip to content

Commit 50e1dfc

Browse files
committed
tst: updated autotests
1 parent 1156e3c commit 50e1dfc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

nipype/interfaces/fsl/tests/test_auto_ApplyXFM.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ def test_ApplyXFM_inputs():
1010
xor=['apply_xfm'],
1111
),
1212
apply_xfm=dict(argstr='-applyxfm',
13-
requires=['in_matrix_file'],
1413
usedefault=True,
1514
),
1615
args=dict(argstr='%s',

nipype/interfaces/fsl/tests/test_auto_FLIRT.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ def test_FLIRT_inputs():
1010
xor=['apply_xfm'],
1111
),
1212
apply_xfm=dict(argstr='-applyxfm',
13-
requires=['in_matrix_file'],
1413
),
1514
args=dict(argstr='%s',
1615
),

0 commit comments

Comments
 (0)