File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 125125 " print(\" Workflow completed successfully :)\" )"
126126 ]
127127 },
128+ {
129+ "cell_type" : " markdown" ,
130+ "metadata" : {},
131+ "source" : [
132+ " Work in progress..."
133+ ]
134+ },
128135 {
129136 "cell_type" : " markdown" ,
130137 "metadata" : {},
140147 " Currently in Pydra you need to step backwards through the tasks of the workflow, load\n " ,
141148 " the saved task object and inspect its inputs to find the preceding nodes. If any of the\n " ,
142149 " inputs that have been generated by previous nodes are not ok, then you should check the\n " ,
143- " tasks that generated them in turn."
150+ " tasks that generated them in turn.\n " ,
151+ " \n " ,
152+ " For example, in the following example if we are not happy with the mask brain that has\n " ,
153+ " been generated, we can check the mask to see whether it looks sensible by first loading\n " ,
154+ " the apply mask task and then inspecting its inputs."
144155 ]
145156 },
146157 {
147- "cell_type" : " markdown" ,
158+ "cell_type" : " code" ,
159+ "execution_count" : null ,
148160 "metadata" : {},
161+ "outputs" : [],
149162 "source" : []
150163 },
164+ {
165+ "cell_type" : " markdown" ,
166+ "metadata" : {},
167+ "source" : [
168+ " Work in progress..."
169+ ]
170+ },
151171 {
152172 "cell_type" : " markdown" ,
153173 "metadata" : {},
You can’t perform that action at this time.
0 commit comments