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 34f1e31 commit ac6c2c9Copy full SHA for ac6c2c9
nipype/pipeline/engine/utils.py
@@ -1050,7 +1050,7 @@ def make_field_func(*pair):
1050
expansions = defaultdict(list)
1051
for node in graph_in.nodes():
1052
for src_id in list(old_edge_dict.keys()):
1053
- if node.itername.startswith(src_id):
+ if node.itername.startswith(src_id + '.'):
1054
expansions[src_id].append(node)
1055
for in_id, in_nodes in list(expansions.items()):
1056
logger.debug("The join node %s input %s was expanded"
0 commit comments