Skip to content

Commit d6535d6

Browse files
committed
fix storage info discrepancy in docs
1 parent 9ddbe97 commit d6535d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-guide/arrays.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ prints additional diagnostics, e.g.::
211211
Serializer : BytesCodec(endian=<Endian.little: 'little'>)
212212
Compressors : (BloscCodec(typesize=4, cname=<BloscCname.zstd: 'zstd'>, clevel=3, shuffle=<BloscShuffle.bitshuffle: 'bitshuffle'>, blocksize=0),)
213213
No. bytes : 400000000 (381.5M)
214-
No. bytes stored : 9696520
215-
Storage ratio : 41.3
214+
No. bytes stored : 3558573
215+
Storage ratio : 112.4
216216
Chunks Initialized : 100
217217

218218
.. note::

0 commit comments

Comments
 (0)