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 8f430a0 commit f364b9eCopy full SHA for f364b9e
src/mdio/segy/utilities.py
@@ -54,7 +54,7 @@ def delayed_transform(builder: MDIODatasetBuilder) -> MDIODatasetBuilder:
54
55
# Add the trace dimension
56
trace_dimension = NamedDimension(name="trace", size=trace_size)
57
- builder.push_dimension(trace_dimension, position=position, new_dim_chunk_size=1, new_dim_size=trace_size)
+ builder.push_dimension(trace_dimension, position=position, new_dim_chunk_size=1)
58
59
# Add the corresponding coordinate for the trace dimension
60
builder.add_coordinate(
0 commit comments