Skip to content

Commit c1ab001

Browse files
committed
a small changes of comments about synchronize
1 parent 11212a4 commit c1ab001

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

nipype/pipeline/engine/utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,9 +1158,6 @@ def _standardize_iterables(node):
11581158
iterables = node.iterables
11591159
# The candidate iterable fields
11601160
fields = set(node.inputs.copyable_trait_names())
1161-
# Flag indicating whether the iterables are in the alternate
1162-
# synchronize form and are not converted to a standard format.
1163-
# synchronize = False # OE: commented out since it is not used
11641161
# A synchronize iterables node without an itersource can be in
11651162
# [fields, value tuples] format rather than
11661163
# [(field, value list), (field, value list), ...]

0 commit comments

Comments
 (0)