We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639fb18 commit d13e5f7Copy full SHA for d13e5f7
nipype/interfaces/utility/tests/test_base.py
@@ -60,7 +60,6 @@ def test_split(tmpdir, args, expected):
60
([], {}, [0, [1, 2], [3, 4, 5]], [0, [1, 2], [3, 4, 5]]),
61
([3], {"axis": "hstack"}, [[0], [1, 2], [3, 4, 5]], [[0, 1, 3]]),
62
([3], {"axis": "hstack"}, [[0, 1], [2, 3], [4, 5]], [[0, 2, 4], [1, 3, 5]]),
63
- ([3], {"axis": "hstack"}, [[0, 1], [2, 3], [4, 5]], [[0, 2, 4], [1, 3, 5]]),
64
],
65
)
66
def test_merge(tmpdir, args, kwargs, in_lists, expected):
0 commit comments