Skip to content

Commit c08ffd9

Browse files
committed
fix doctests, excluding config tests
1 parent 41d7e58 commit c08ffd9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/user-guide/groups.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ property. E.g.::
128128
>>> bar.info_complete()
129129
Type : Array
130130
Zarr format : 3
131-
Data type : int64
131+
Data type : Int64(endianness='little')
132132
Shape : (1000000,)
133133
Chunk shape : (100000,)
134134
Order : C
@@ -144,7 +144,7 @@ property. E.g.::
144144
>>> baz.info
145145
Type : Array
146146
Zarr format : 3
147-
Data type : float32
147+
Data type : Float32(endianness='little')
148148
Shape : (1000, 1000)
149149
Chunk shape : (100, 100)
150150
Order : C

docs/user-guide/performance.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ To use sharding, you need to specify the ``shards`` parameter when creating the
9191
>>> z6.info
9292
Type : Array
9393
Zarr format : 3
94-
Data type : uint8
94+
Data type : UInt8()
9595
Shape : (10000, 10000, 1000)
9696
Shard shape : (1000, 1000, 1000)
9797
Chunk shape : (100, 100, 100)
@@ -121,7 +121,7 @@ ratios, depending on the correlation structure within the data. E.g.::
121121
>>> c.info_complete()
122122
Type : Array
123123
Zarr format : 3
124-
Data type : int32
124+
Data type : Int32(endianness='little')
125125
Shape : (10000, 10000)
126126
Chunk shape : (1000, 1000)
127127
Order : C
@@ -140,7 +140,7 @@ ratios, depending on the correlation structure within the data. E.g.::
140140
>>> f.info_complete()
141141
Type : Array
142142
Zarr format : 3
143-
Data type : int32
143+
Data type : Int32(endianness='little')
144144
Shape : (10000, 10000)
145145
Chunk shape : (1000, 1000)
146146
Order : F

0 commit comments

Comments
 (0)