Skip to content

Commit bf11151

Browse files
committed
more touch ups to troubleshooting tutorial
1 parent 54dc092 commit bf11151

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

new-docs/source/tutorial/3-troubleshooting.ipynb

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,13 @@
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": {},
@@ -140,14 +147,27 @@
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": {},

0 commit comments

Comments
 (0)