diff --git a/numba_rvsdg-demo.ipynb b/numba_rvsdg-demo.ipynb
index df92594..11d0cb9 100644
--- a/numba_rvsdg-demo.ipynb
+++ b/numba_rvsdg-demo.ipynb
@@ -1039,7 +1039,7 @@
},
{
"cell_type": "code",
- "execution_count": 22,
+ "execution_count": 33,
"id": "93f8e8d3-839a-4fbb-b209-da6425fcb5cf",
"metadata": {},
"outputs": [],
@@ -1049,13 +1049,13 @@
" while c < 10:\n",
" c += 3\n",
" if c > a:\n",
- " return c\n",
+ " return c + 1\n",
" return c"
]
},
{
"cell_type": "code",
- "execution_count": 23,
+ "execution_count": 34,
"id": "4dbf537f-b67d-4203-947f-9ba669eb8edb",
"metadata": {},
"outputs": [],
@@ -1065,7 +1065,7 @@
},
{
"cell_type": "code",
- "execution_count": 24,
+ "execution_count": 35,
"id": "8e3bd9f6-0b15-402f-b7d2-7233bcf881dc",
"metadata": {},
"outputs": [
@@ -1148,7 +1148,7 @@
"
5\n",
"\n",
"5\n",
- "return c\n",
+ "return c + 1\n",
"jump targets: ()\n",
"back edges: ()\n",
"\n",
@@ -1162,10 +1162,10 @@
"\n"
],
"text/plain": [
- ""
+ ""
]
},
- "execution_count": 24,
+ "execution_count": 35,
"metadata": {},
"output_type": "execute_result"
}
@@ -1176,7 +1176,7 @@
},
{
"cell_type": "code",
- "execution_count": 25,
+ "execution_count": 36,
"id": "1fce9b69-084c-4b52-94fc-699cb28f3549",
"metadata": {},
"outputs": [],
@@ -1186,9 +1186,11 @@
},
{
"cell_type": "code",
- "execution_count": 26,
+ "execution_count": 37,
"id": "0446d173-eafd-448e-a163-ec6ba7c55784",
- "metadata": {},
+ "metadata": {
+ "scrolled": true
+ },
"outputs": [
{
"data": {
@@ -1468,7 +1470,7 @@
"5\n",
"\n",
"5\n",
- "return c\n",
+ "return c + 1\n",
"jump targets: ('tail_region_0',)\n",
"back edges: ()\n",
"\n",
@@ -1502,10 +1504,10 @@
"\n"
],
"text/plain": [
- ""
+ ""
]
},
- "execution_count": 26,
+ "execution_count": 37,
"metadata": {},
"output_type": "execute_result"
}