Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Aug 9, 2023
1 parent 36bbe55 commit 273e139
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions notebooks/zarr.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": 12,
"id": "7a060f7d-9a0c-4763-98df-7dc82409c6ba",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -34,7 +34,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 13,
"id": "c179c24a-766e-4e09-83c5-349868042576",
"metadata": {},
"outputs": [
Expand All @@ -43,16 +43,16 @@
"text/plain": [
"(<zarr.core.Array (10,) int64>,\n",
" NvCompBatchCodec(algorithm='lz4', options={}),\n",
" <kvikio.zarr.GDSStore at 0x7fd42021ad10>)"
" <kvikio.zarr.GDSStore at 0x7fd351dffdf0>)"
]
},
"execution_count": 2,
"execution_count": 13,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# Let's create a new Zarr array using KvikIO's GDS store and Snappy compression\n",
"# Let's create a new Zarr array using KvikIO's GDS store and LZ4 compression\n",
"z = zarr.array(\n",
" cupy.arange(10), \n",
" chunks=2, \n",
Expand All @@ -66,7 +66,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 14,
"metadata": {},
"outputs": [
{
Expand All @@ -75,7 +75,7 @@
"cupy.ndarray"
]
},
"execution_count": 3,
"execution_count": 14,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -95,7 +95,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 15,
"id": "8221742d-f15c-450a-9701-dc8c05326126",
"metadata": {},
"outputs": [
Expand All @@ -105,7 +105,7 @@
"array([1, 2, 3, 4, 5, 6, 7, 8])"
]
},
"execution_count": 4,
"execution_count": 15,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -116,7 +116,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 16,
"id": "f0c451c1-a240-4b26-a5ef-6e70a5bbeb55",
"metadata": {},
"outputs": [
Expand All @@ -126,7 +126,7 @@
"array([42, 43, 44, 45, 46, 47, 48, 49, 50, 51])"
]
},
"execution_count": 5,
"execution_count": 16,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -153,7 +153,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 17,
"id": "399f23f7-4475-496a-a537-a7163a35c888",
"metadata": {},
"outputs": [
Expand All @@ -165,7 +165,7 @@
" array([0, 1, 2, 3, 4, 5, 6, 7, 8, 9]))"
]
},
"execution_count": 6,
"execution_count": 17,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -185,7 +185,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 18,
"id": "4b1f46b2",
"metadata": {},
"outputs": [
Expand All @@ -197,7 +197,7 @@
" array([0, 1, 2, 3, 4, 5, 6, 7, 8, 9]))"
]
},
"execution_count": 7,
"execution_count": 18,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -219,7 +219,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 19,
"id": "d980361a-e132-4f29-ab13-cbceec5bbbb5",
"metadata": {},
"outputs": [
Expand All @@ -229,7 +229,7 @@
"(numpy.ndarray, numcodecs.lz4.LZ4, array([0, 1, 2, 3, 4, 5, 6, 7, 8, 9]))"
]
},
"execution_count": 8,
"execution_count": 19,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -258,7 +258,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 20,
"id": "c9b2d56a",
"metadata": {},
"outputs": [
Expand All @@ -267,10 +267,10 @@
"text/plain": [
"(<zarr.core.Array (10,) int64>,\n",
" LZ4(acceleration=1),\n",
" <zarr.storage.DirectoryStore at 0x7fd351dff880>)"
" <zarr.storage.DirectoryStore at 0x7fd351e43dc0>)"
]
},
"execution_count": 9,
"execution_count": 20,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -299,7 +299,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 21,
"id": "ac3f30b1",
"metadata": {},
"outputs": [
Expand All @@ -311,7 +311,7 @@
" array([0, 1, 2, 3, 4, 5, 6, 7, 8, 9]))"
]
},
"execution_count": 10,
"execution_count": 21,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -330,7 +330,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 22,
"id": "80682922-b7b0-4b08-b595-228c2b446a78",
"metadata": {},
"outputs": [],
Expand Down

0 comments on commit 273e139

Please sign in to comment.