Skip to content

Commit ce91a36

Browse files
committed
Verify correctness
1 parent fd43a6f commit ce91a36

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

source-code/numba/computing_pi.ipynb

+10-10
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
{
4040
"cell_type": "code",
41-
"execution_count": 5,
41+
"execution_count": 2,
4242
"id": "b5f095c0-58f6-4098-829c-6e696ae2a2bd",
4343
"metadata": {},
4444
"outputs": [],
@@ -55,7 +55,7 @@
5555
},
5656
{
5757
"cell_type": "code",
58-
"execution_count": 6,
58+
"execution_count": 3,
5959
"id": "805f4c9f-5d19-486a-988e-bf103683c37c",
6060
"metadata": {},
6161
"outputs": [],
@@ -73,7 +73,7 @@
7373
},
7474
{
7575
"cell_type": "code",
76-
"execution_count": 32,
76+
"execution_count": 4,
7777
"id": "f7a7bb7e-6ad1-4b6d-bb5b-d99ebedf7991",
7878
"metadata": {},
7979
"outputs": [],
@@ -91,15 +91,15 @@
9191
},
9292
{
9393
"cell_type": "code",
94-
"execution_count": 9,
94+
"execution_count": 5,
9595
"id": "13f3c23d-674e-43b2-b503-a83c20cf5075",
9696
"metadata": {},
9797
"outputs": [
9898
{
9999
"name": "stdout",
100100
"output_type": "stream",
101101
"text": [
102-
"27.1 ms ± 277 µs per loop (mean ± std. dev. of 7 runs, 10 loops each)\n"
102+
"16.5 ms ± 1.19 ms per loop (mean ± std. dev. of 7 runs, 100 loops each)\n"
103103
]
104104
}
105105
],
@@ -109,15 +109,15 @@
109109
},
110110
{
111111
"cell_type": "code",
112-
"execution_count": 10,
112+
"execution_count": 6,
113113
"id": "de965fa5-b3e3-4548-8d41-661baf6abe65",
114114
"metadata": {},
115115
"outputs": [
116116
{
117117
"name": "stdout",
118118
"output_type": "stream",
119119
"text": [
120-
"687 µs ± 9.53 µs per loop (mean ± std. dev. of 7 runs, 1000 loops each)\n"
120+
"720 µs ± 10.4 µs per loop (mean ± std. dev. of 7 runs, 1,000 loops each)\n"
121121
]
122122
}
123123
],
@@ -127,15 +127,15 @@
127127
},
128128
{
129129
"cell_type": "code",
130-
"execution_count": 34,
130+
"execution_count": 7,
131131
"id": "f240d35d-2fdb-45db-9e59-d392887c9a16",
132132
"metadata": {},
133133
"outputs": [
134134
{
135135
"name": "stdout",
136136
"output_type": "stream",
137137
"text": [
138-
"685 µs ± 8.96 µs per loop (mean ± std. dev. of 7 runs, 1000 loops each)\n"
138+
"733 µs ± 9.4 µs per loop (mean ± std. dev. of 7 runs, 1,000 loops each)\n"
139139
]
140140
}
141141
],
@@ -168,7 +168,7 @@
168168
"name": "python",
169169
"nbconvert_exporter": "python",
170170
"pygments_lexer": "ipython3",
171-
"version": "3.9.7"
171+
"version": "3.11.5"
172172
}
173173
},
174174
"nbformat": 4,

0 commit comments

Comments
 (0)