Skip to content

Commit 36d52ee

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 930dc01 commit 36d52ee

File tree

1 file changed

+15
-37
lines changed

1 file changed

+15
-37
lines changed

src/cli/particle_extract.ipynb

Lines changed: 15 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
5+
"execution_count": null,
66
"id": "a2fce232-c7da-4666-a634-db934934696d",
77
"metadata": {
88
"tags": []
@@ -15,31 +15,20 @@
1515
},
1616
{
1717
"cell_type": "code",
18-
"execution_count": 2,
18+
"execution_count": null,
1919
"id": "fb913a51-e436-44ab-ab9d-9a2a1e9860af",
2020
"metadata": {
2121
"tags": []
2222
},
23-
"outputs": [
24-
{
25-
"data": {
26-
"text/plain": [
27-
"'HDF5'"
28-
]
29-
},
30-
"execution_count": 2,
31-
"metadata": {},
32-
"output_type": "execute_result"
33-
}
34-
],
23+
"outputs": [],
3524
"source": [
3625
"input_series = io.Series(\"/home/axel/src/openPMD/openPMD-example-datasets/example-3d/hdf5/data%T.h5\", io.Access.read_only)\n",
3726
"input_series.backend"
3827
]
3928
},
4029
{
4130
"cell_type": "code",
42-
"execution_count": 3,
31+
"execution_count": null,
4332
"id": "fab061d9-675d-4fd9-ad97-87304e008a8b",
4433
"metadata": {
4534
"tags": []
@@ -51,23 +40,12 @@
5140
},
5241
{
5342
"cell_type": "code",
54-
"execution_count": 4,
43+
"execution_count": null,
5544
"id": "9320f003-5683-4527-b110-b684996e3e89",
5645
"metadata": {
5746
"tags": []
5847
},
59-
"outputs": [
60-
{
61-
"data": {
62-
"text/plain": [
63-
"'ADIOS2'"
64-
]
65-
},
66-
"execution_count": 4,
67-
"metadata": {},
68-
"output_type": "execute_result"
69-
}
70-
],
48+
"outputs": [],
7149
"source": [
7250
"output_series = io.Series(\"particle_extract.bp\", io.Access.create)\n",
7351
"output_series.backend"
@@ -85,7 +63,7 @@
8563
},
8664
{
8765
"cell_type": "code",
88-
"execution_count": 5,
66+
"execution_count": null,
8967
"id": "d9397148-84df-48ff-a0b2-c4c310d647b0",
9068
"metadata": {},
9169
"outputs": [],
@@ -120,7 +98,7 @@
12098
},
12199
{
122100
"cell_type": "code",
123-
"execution_count": 6,
101+
"execution_count": null,
124102
"id": "7dc86882-ec8a-4a2f-8bfc-e3dcd0f56b95",
125103
"metadata": {
126104
"tags": []
@@ -133,7 +111,7 @@
133111
},
134112
{
135113
"cell_type": "code",
136-
"execution_count": 7,
114+
"execution_count": null,
137115
"id": "f82f6170-c826-45e3-ae4c-321554613386",
138116
"metadata": {
139117
"tags": []
@@ -402,7 +380,7 @@
402380
},
403381
{
404382
"cell_type": "code",
405-
"execution_count": 8,
383+
"execution_count": null,
406384
"id": "998d114f-47dc-48cd-a407-e7272a28b5e4",
407385
"metadata": {
408386
"tags": []
@@ -1015,7 +993,7 @@
1015993
},
1016994
{
1017995
"cell_type": "code",
1018-
"execution_count": 9,
996+
"execution_count": null,
1019997
"id": "5d46de8d-25f1-4150-9a52-e69a83054860",
1020998
"metadata": {
1021999
"tags": []
@@ -1058,7 +1036,7 @@
10581036
},
10591037
{
10601038
"cell_type": "code",
1061-
"execution_count": 10,
1039+
"execution_count": null,
10621040
"id": "5002b0d1-c480-4625-a63d-009878e43794",
10631041
"metadata": {
10641042
"tags": []
@@ -1098,7 +1076,7 @@
10981076
},
10991077
{
11001078
"cell_type": "code",
1101-
"execution_count": 11,
1079+
"execution_count": null,
11021080
"id": "af2f6e29-0b5a-406e-854a-f7ff1d77d9f6",
11031081
"metadata": {
11041082
"tags": []
@@ -1111,7 +1089,7 @@
11111089
},
11121090
{
11131091
"cell_type": "code",
1114-
"execution_count": 12,
1092+
"execution_count": null,
11151093
"id": "1fd36fe4-bba0-4e88-9c56-0680b3ee610b",
11161094
"metadata": {
11171095
"tags": []
@@ -1149,7 +1127,7 @@
11491127
},
11501128
{
11511129
"cell_type": "code",
1152-
"execution_count": 13,
1130+
"execution_count": null,
11531131
"id": "e1a9ca83-807e-419c-90a2-87b7cdadf9fe",
11541132
"metadata": {
11551133
"tags": []

0 commit comments

Comments
 (0)