Skip to content

Commit 8ee3ea3

Browse files
FredLoneysatra
FredLoney
authored andcommitted
Add the itersource field.
1 parent d630887 commit 8ee3ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/pipeline/tests/test_join.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ def test_itersource_join_source_node():
351351
wf.connect(inputspec, 'n', pre_join1, 'input1')
352352
# an iterable pre-join node with an itersource
353353
pre_join2 = pe.Node(ProductInterface(), name='pre_join2')
354-
pre_join2.itersource = 'inputspec'
354+
pre_join2.itersource = ('inputspec', 'n')
355355
pre_join2.iterables = ('input1', {1: [3, 4], 2: [5, 6]})
356356
wf.connect(pre_join1, 'output1', pre_join2, 'input2')
357357
# an intermediate node in the second iteration path

0 commit comments

Comments
 (0)