Skip to content

Commit

Permalink
Big Image example update
Browse files Browse the repository at this point in the history
  • Loading branch information
edogrigqv2 committed Nov 13, 2020
1 parent 5c30bf0 commit 00367e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/big_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()


Expand Down

0 comments on commit 00367e2

Please sign in to comment.