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 1e5d853 commit 62d7c24Copy full SHA for 62d7c24
blosc2/lazyexpr.py
@@ -637,7 +637,6 @@ def slices_eval(
637
out = blosc2.empty(shape_, dtype=result.dtype, **kwargs)
638
# Check if the in out partitions are well-behaved (i.e. no padding)
639
behaved = are_partitions_behaved(out.shape, out.chunks, out.blocks)
640
- print(f"Behaved: {behaved}")
641
642
if where is None or len(where) == 2:
643
if behaved:
0 commit comments