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.
6161
6262You might have also noticed that the iterfield arguments expects a list of input
6363names 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
6565iterate over but the lists that you provide (for all the inputs specified in
6666iterfield) have to have the same length. MapNode will then pair the parameters up
6767and run the first instance with first set of parameters and second with second set
@@ -114,7 +114,7 @@ should look like this:
114114 "A" -> "B3" -> "C3";
115115
116116Of 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
118118are more than one node taking inputs from "B". Luckily nipype supports this
119119scenario! Its called iterables and and you use it this way:
120120
You can’t perform that action at this time.
0 commit comments