File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ reduce scenario.
61
61
62
62
You might have also noticed that the iterfield arguments expects a list of input
63
63
names instead of just one name. This suggests that there can be more than one!
64
- Even thou a bit confusing this is true. You can specify more than one input to
64
+ Even though a bit confusing this is true. You can specify more than one input to
65
65
iterate over but the lists that you provide (for all the inputs specified in
66
66
iterfield) have to have the same length. MapNode will then pair the parameters up
67
67
and run the first instance with first set of parameters and second with second set
@@ -114,7 +114,7 @@ should look like this:
114
114
"A" -> "B3" -> "C3";
115
115
116
116
Of course you can do it manually by creating copies of all the nodes for
117
- different parameter set, but this can be very time consuming, especially when is
117
+ different parameter set, but this can be very time consuming, especially when there
118
118
are more than one node taking inputs from "B". Luckily nipype supports this
119
119
scenario! Its called iterables and and you use it this way:
120
120
You can’t perform that action at this time.
0 commit comments