Skip to content

Commit 3a29061

Browse files
authored
Remove comment
1 parent 8c2bcce commit 3a29061

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/blosc2/ndarray.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,6 @@ def are_partitions_behaved(shape, chunks, blocks):
308308
bool
309309
True if the partitions are well-behaved, False otherwise.
310310
"""
311-
312-
# Spanning the innermost dimension keeps whole container rows; outer dimensions just tile evenly
313311
def check_contiguity(container, part):
314312
if container and container[-1] != part[-1]:
315313
return False

0 commit comments

Comments
 (0)