Skip to content

Commit 94c298f

Browse files
committed
TEST: joinsource is string
1 parent 3c13412 commit 94c298f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/pipeline/engine/tests/test_join.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ def sq(x):
623623
square.iterables = [('x', [1, 2])]
624624
square_join = pe.JoinNode(Merge(1, ravel_inputs=True),
625625
name='square_join',
626-
joinsource=square,
626+
joinsource='square',
627627
joinfield=['in1'])
628628
wf.connect(square, 'out', square_join, "in1")
629629
wf.run()

0 commit comments

Comments
 (0)