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 43472d8 commit ae19b7aCopy full SHA for ae19b7a
src/mdio/converters/segy.py
@@ -497,8 +497,6 @@ def segy_to_mdio( # noqa PLR0913
497
logger.warning("MDIO__IMPORT__RAW_HEADERS is experimental and expected to change or be removed.")
498
mdio_template = _add_raw_headers_to_template(mdio_template)
499
500
- print(grid)
501
-
502
# When HasDuplicates is True, the grid includes a "trace" dimension that will be
503
# added to the dataset via a queued transform. We need to exclude it from the sizes
504
# passed to build_dataset to avoid dimension size mismatches.
0 commit comments