Skip to content

Commit d37c355

Browse files
committed
add testdata for bool
1 parent 9dc2b40 commit d37c355

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

testdata/v2_sample/bool/.zarray

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"shape": [
3+
16,
4+
16,
5+
16
6+
],
7+
"chunks": [
8+
2,
9+
4,
10+
8
11+
],
12+
"dtype": "|b1",
13+
"fill_value": false,
14+
"order": "C",
15+
"filters": null,
16+
"dimension_separator": ".",
17+
"compressor": {
18+
"id": "blosc",
19+
"cname": "blosclz",
20+
"clevel": 3,
21+
"shuffle": 1,
22+
"blocksize": 0
23+
},
24+
"zarr_format": 2
25+
}

testdata/v2_sample/bool/.zattrs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"answer": 42
3+
}

testdata/v2_sample/bool/0.0.0

80 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)