Skip to content

Commit 4a924c3

Browse files
author
Altay Sansal
committed
hotfix: remove irrelevant comment
1 parent 05a82d6 commit 4a924c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mdio/segy/blocked_io.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@ def to_segy(
333333
# Recursively combine SEG-Y files from last (fastest) consecutive dimension
334334
# to first (slowest) dimension. End result will be the blocks with the
335335
# size of the outermost dimension in ascending order.
336-
# consecutive_dim_index = find_trailing_ones_index(is_block_live.numblocks)
337336
while non_consecutive_axes > 1:
338337
current_chunks = block_io_records.chunks
339338

0 commit comments

Comments
 (0)