Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 21, 2023
1 parent 930dc01 commit 36d52ee
Showing 1 changed file with 15 additions and 37 deletions.
52 changes: 15 additions & 37 deletions src/cli/particle_extract.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"id": "a2fce232-c7da-4666-a634-db934934696d",
"metadata": {
"tags": []
Expand All @@ -15,31 +15,20 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"id": "fb913a51-e436-44ab-ab9d-9a2a1e9860af",
"metadata": {
"tags": []
},
"outputs": [
{
"data": {
"text/plain": [
"'HDF5'"
]
},
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"input_series = io.Series(\"/home/axel/src/openPMD/openPMD-example-datasets/example-3d/hdf5/data%T.h5\", io.Access.read_only)\n",
"input_series.backend"
]
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"id": "fab061d9-675d-4fd9-ad97-87304e008a8b",
"metadata": {
"tags": []
Expand All @@ -51,23 +40,12 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"id": "9320f003-5683-4527-b110-b684996e3e89",
"metadata": {
"tags": []
},
"outputs": [
{
"data": {
"text/plain": [
"'ADIOS2'"
]
},
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"output_series = io.Series(\"particle_extract.bp\", io.Access.create)\n",
"output_series.backend"
Expand All @@ -85,7 +63,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"id": "d9397148-84df-48ff-a0b2-c4c310d647b0",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -120,7 +98,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": null,
"id": "7dc86882-ec8a-4a2f-8bfc-e3dcd0f56b95",
"metadata": {
"tags": []
Expand All @@ -133,7 +111,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": null,
"id": "f82f6170-c826-45e3-ae4c-321554613386",
"metadata": {
"tags": []
Expand Down Expand Up @@ -402,7 +380,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": null,
"id": "998d114f-47dc-48cd-a407-e7272a28b5e4",
"metadata": {
"tags": []
Expand Down Expand Up @@ -1015,7 +993,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": null,
"id": "5d46de8d-25f1-4150-9a52-e69a83054860",
"metadata": {
"tags": []
Expand Down Expand Up @@ -1058,7 +1036,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": null,
"id": "5002b0d1-c480-4625-a63d-009878e43794",
"metadata": {
"tags": []
Expand Down Expand Up @@ -1098,7 +1076,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": null,
"id": "af2f6e29-0b5a-406e-854a-f7ff1d77d9f6",
"metadata": {
"tags": []
Expand All @@ -1111,7 +1089,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": null,
"id": "1fd36fe4-bba0-4e88-9c56-0680b3ee610b",
"metadata": {
"tags": []
Expand Down Expand Up @@ -1149,7 +1127,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": null,
"id": "e1a9ca83-807e-419c-90a2-87b7cdadf9fe",
"metadata": {
"tags": []
Expand Down

0 comments on commit 36d52ee

Please sign in to comment.