Skip to content

Commit b2301d6

Browse files
committed
Cleanup debugging prints
1 parent cfba138 commit b2301d6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/mdio/core/indexing.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ def __init__(self, array: Array | xr.DataArray, chunk_samples: bool = True):
4444
"chunks", self.arr_shape
4545
) # TODO: Chunks don't appear to be present in the encoding. array.chunks is related to dask chunks.
4646

47-
print(f"arr_shape: {self.arr_shape}")
48-
print(f"len_chunks: {self.len_chunks}")
49-
50-
print(f"array.encoding: {array.encoding}")
51-
print(f"array.chunksizes: {array.chunksizes}")
52-
5347
else:
5448
self.arr_shape = array.shape
5549
self.len_chunks = array.chunks

0 commit comments

Comments
 (0)