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 05a82d6 commit 4a924c3Copy full SHA for 4a924c3
src/mdio/segy/blocked_io.py
@@ -333,7 +333,6 @@ def to_segy(
333
# Recursively combine SEG-Y files from last (fastest) consecutive dimension
334
# to first (slowest) dimension. End result will be the blocks with the
335
# size of the outermost dimension in ascending order.
336
- # consecutive_dim_index = find_trailing_ones_index(is_block_live.numblocks)
337
while non_consecutive_axes > 1:
338
current_chunks = block_io_records.chunks
339
0 commit comments