Skip to content

Commit 6ebd0da

Browse files
authored
Data fixture (zarr-developers#146)
relax line length; correct storage of F-contiguous ndarrays; add format fixture test; add fixture data
1 parent 3e54fb0 commit 6ebd0da

File tree

7,383 files changed

+4105
-15
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

7,383 files changed

+4105
-15
lines changed

fixture/.zattrs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

fixture/.zgroup

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

fixture/0/.zattrs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

fixture/0/.zgroup

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

fixture/0/0/.zarray

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"chunks": [
3+
100
4+
],
5+
"compressor": null,
6+
"dtype": "|i1",
7+
"fill_value": 0,
8+
"filters": null,
9+
"order": "F",
10+
"shape": [
11+
1111
12+
],
13+
"zarr_format": 2
14+
}

fixture/0/0/.zattrs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

fixture/0/0/0

100 Bytes
Binary file not shown.

fixture/0/0/1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
defghijklmnopqrstuvwxyz{|}~������������������������������������������������������������������������

fixture/0/0/10

100 Bytes
Binary file not shown.

fixture/0/0/11

100 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)