Skip to content

Commit 49a8977

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 9acb7d4 + 253febf commit 49a8977

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

notebooks/5__memory_spaces__power_iteration__SOLUTION.ipynb

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"nbformat_minor": 0,
44
"metadata": {
55
"kernelspec": {
6-
"display_name": "training-pyhpc-2025",
7-
"language": "python",
8-
"name": "pyhpc-2025"
6+
"display_name": "training-pyhpc-2025",
7+
"language": "python",
8+
"name": "pyhpc-2025"
99
},
1010
"language_info": {
1111
"name": "python"
@@ -48,7 +48,7 @@
4848
"metadata": {
4949
"id": "ZHpg3aVXSeix"
5050
},
51-
"execution_count": 1,
51+
"execution_count": null,
5252
"outputs": []
5353
},
5454
{
@@ -79,12 +79,12 @@
7979
"metadata": {
8080
"id": "BCToOdVdSONp"
8181
},
82-
"execution_count": 2,
82+
"execution_count": null,
8383
"outputs": []
8484
},
8585
{
8686
"cell_type": "code",
87-
"execution_count": 3,
87+
"execution_count": null,
8888
"metadata": {
8989
"id": "5ak3mn2hIsKo",
9090
"outputId": "0d415d45-535a-4a2d-e757-f0c4a7a1efb0",
@@ -131,7 +131,7 @@
131131
"source": [
132132
"Next, we perform the power iteration with NumPy, using a vector of 1s as our initial guess.\n",
133133
"\n",
134-
"We'll perform at most `cfg.max_steps`. Every `config.check_frequency` steps, we'll output a checkpoint, compute the absolute residual, check whether it's below a `cfg.residual_threshold`. If it is, then we'll stop early."
134+
"We'll perform at most `cfg.max_steps`. Every `cfg.check_frequency` steps, we'll output a checkpoint, compute the absolute residual, check whether it's below a `cfg.residual_threshold`. If it is, then we'll stop early."
135135
],
136136
"metadata": {
137137
"id": "VHv9uXHI_6e0"
@@ -175,7 +175,7 @@
175175
"base_uri": "https://localhost:8080/"
176176
}
177177
},
178-
"execution_count": 4,
178+
"execution_count": null,
179179
"outputs": [
180180
{
181181
"output_type": "stream",
@@ -263,7 +263,7 @@
263263
"base_uri": "https://localhost:8080/"
264264
}
265265
},
266-
"execution_count": 5,
266+
"execution_count": null,
267267
"outputs": [
268268
{
269269
"output_type": "stream",
@@ -350,7 +350,7 @@
350350
"base_uri": "https://localhost:8080/"
351351
}
352352
},
353-
"execution_count": 6,
353+
"execution_count": null,
354354
"outputs": [
355355
{
356356
"output_type": "stream",
@@ -422,7 +422,7 @@
422422
"metadata": {
423423
"id": "fL7QYIVesehd"
424424
},
425-
"execution_count": 7,
425+
"execution_count": null,
426426
"outputs": []
427427
},
428428
{
@@ -459,7 +459,7 @@
459459
"base_uri": "https://localhost:8080/"
460460
}
461461
},
462-
"execution_count": 8,
462+
"execution_count": null,
463463
"outputs": [
464464
{
465465
"output_type": "stream",
@@ -510,7 +510,7 @@
510510
"base_uri": "https://localhost:8080/"
511511
}
512512
},
513-
"execution_count": 9,
513+
"execution_count": null,
514514
"outputs": [
515515
{
516516
"output_type": "stream",
@@ -526,4 +526,4 @@
526526
]
527527
}
528528
]
529-
}
529+
}

0 commit comments

Comments
 (0)