Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c98513f

Browse files
committedAug 2, 2024·
updates
As title
1 parent 6ef9cbc commit c98513f

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed
 

‎numba_rvsdg-demo.ipynb

+15-13
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@
10391039
},
10401040
{
10411041
"cell_type": "code",
1042-
"execution_count": 22,
1042+
"execution_count": 33,
10431043
"id": "93f8e8d3-839a-4fbb-b209-da6425fcb5cf",
10441044
"metadata": {},
10451045
"outputs": [],
@@ -1049,13 +1049,13 @@
10491049
" while c < 10:\n",
10501050
" c += 3\n",
10511051
" if c > a:\n",
1052-
" return c\n",
1052+
" return c + 1\n",
10531053
" return c"
10541054
]
10551055
},
10561056
{
10571057
"cell_type": "code",
1058-
"execution_count": 23,
1058+
"execution_count": 34,
10591059
"id": "4dbf537f-b67d-4203-947f-9ba669eb8edb",
10601060
"metadata": {},
10611061
"outputs": [],
@@ -1065,7 +1065,7 @@
10651065
},
10661066
{
10671067
"cell_type": "code",
1068-
"execution_count": 24,
1068+
"execution_count": 35,
10691069
"id": "8e3bd9f6-0b15-402f-b7d2-7233bcf881dc",
10701070
"metadata": {},
10711071
"outputs": [
@@ -1148,7 +1148,7 @@
11481148
"<title>5</title>\n",
11491149
"<polygon fill=\"none\" stroke=\"black\" points=\"116,-100 15,-100 15,0 116,0 116,-100\"/>\n",
11501150
"<text text-anchor=\"middle\" x=\"65.5\" y=\"-84.8\" font-family=\"Times,serif\" font-size=\"14.00\">5</text>\n",
1151-
"<text text-anchor=\"start\" x=\"23\" y=\"-53.8\" font-family=\"Times,serif\" font-size=\"14.00\">return c</text>\n",
1151+
"<text text-anchor=\"start\" x=\"23\" y=\"-53.8\" font-family=\"Times,serif\" font-size=\"14.00\">return c + 1</text>\n",
11521152
"<text text-anchor=\"start\" x=\"23\" y=\"-22.8\" font-family=\"Times,serif\" font-size=\"14.00\">jump targets: ()</text>\n",
11531153
"<text text-anchor=\"middle\" x=\"65.5\" y=\"-7.8\" font-family=\"Times,serif\" font-size=\"14.00\">back edges: ()</text>\n",
11541154
"</g>\n",
@@ -1162,10 +1162,10 @@
11621162
"</svg>\n"
11631163
],
11641164
"text/plain": [
1165-
"<graphviz.graphs.Digraph at 0x107ea94f0>"
1165+
"<graphviz.graphs.Digraph at 0x107e82a80>"
11661166
]
11671167
},
1168-
"execution_count": 24,
1168+
"execution_count": 35,
11691169
"metadata": {},
11701170
"output_type": "execute_result"
11711171
}
@@ -1176,7 +1176,7 @@
11761176
},
11771177
{
11781178
"cell_type": "code",
1179-
"execution_count": 25,
1179+
"execution_count": 36,
11801180
"id": "1fce9b69-084c-4b52-94fc-699cb28f3549",
11811181
"metadata": {},
11821182
"outputs": [],
@@ -1186,9 +1186,11 @@
11861186
},
11871187
{
11881188
"cell_type": "code",
1189-
"execution_count": 26,
1189+
"execution_count": 37,
11901190
"id": "0446d173-eafd-448e-a163-ec6ba7c55784",
1191-
"metadata": {},
1191+
"metadata": {
1192+
"scrolled": true
1193+
},
11921194
"outputs": [
11931195
{
11941196
"data": {
@@ -1468,7 +1470,7 @@
14681470
"<title>5</title>\n",
14691471
"<polygon fill=\"none\" stroke=\"black\" points=\"604,-262 422,-262 422,-162 604,-162 604,-262\"/>\n",
14701472
"<text text-anchor=\"middle\" x=\"513\" y=\"-246.8\" font-family=\"Times,serif\" font-size=\"14.00\">5</text>\n",
1471-
"<text text-anchor=\"start\" x=\"430\" y=\"-215.8\" font-family=\"Times,serif\" font-size=\"14.00\">return c</text>\n",
1473+
"<text text-anchor=\"start\" x=\"430\" y=\"-215.8\" font-family=\"Times,serif\" font-size=\"14.00\">return c + 1</text>\n",
14721474
"<text text-anchor=\"start\" x=\"430\" y=\"-184.8\" font-family=\"Times,serif\" font-size=\"14.00\">jump targets: (&#39;tail_region_0&#39;,)</text>\n",
14731475
"<text text-anchor=\"middle\" x=\"513\" y=\"-169.8\" font-family=\"Times,serif\" font-size=\"14.00\">back edges: ()</text>\n",
14741476
"</g>\n",
@@ -1502,10 +1504,10 @@
15021504
"</svg>\n"
15031505
],
15041506
"text/plain": [
1505-
"<graphviz.graphs.Digraph at 0x107ea9400>"
1507+
"<graphviz.graphs.Digraph at 0x107ea9880>"
15061508
]
15071509
},
1508-
"execution_count": 26,
1510+
"execution_count": 37,
15091511
"metadata": {},
15101512
"output_type": "execute_result"
15111513
}

0 commit comments

Comments
 (0)
Please sign in to comment.