We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6b355 commit 83111b4Copy full SHA for 83111b4
zarr/core.py
@@ -2406,6 +2406,10 @@ def resize(self, *args):
2406
2407
If one or more dimensions are shrunk, any chunks falling outside the
2408
new array shape will be deleted from the underlying store.
2409
+ However, it is noteworthy that the chunks partially falling inside the new array
2410
+ (i.e. boundary chunks) will remain intact, and therefore,
2411
+ the data falling outside the new array but inside the boundary chunks
2412
+ would be restored by a subsequent resize operation that grows the array size.
2413
2414
"""
2415
0 commit comments