diff --git a/examples/big_image.py b/examples/big_image.py index b6727b058d..2ad74973eb 100644 --- a/examples/big_image.py +++ b/examples/big_image.py @@ -24,6 +24,7 @@ def main(): ds["image", 3, 0:2048, 0:2048] = np.ones( (2048, 2048, 4), dtype="uint8" ) # single chunk read/write + print(ds._tensors["/image"].get_shape((3,))) ds.commit()