We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a8d41 commit 5560e63Copy full SHA for 5560e63
1 file changed
tests/integration/test_segy_import_export.py
@@ -133,11 +133,6 @@ def test_import_4d_segy(
133
assert mdio.binary_header["Samples"] == num_samples
134
grid = mdio.grid
135
136
- print(f"chan_header_type = {chan_header_type}")
137
- print(f"grid_overrides = {grid_overrides}")
138
- print(f"grid.select_dim(header_names[0]) = {grid.select_dim(header_names[0])}")
139
- print(f"grid.select_dim(header_names[1]) = {grid.select_dim(header_names[1])}")
140
- print(f"grid.select_dim(header_names[2]) = {grid.select_dim(header_names[2])}")
141
assert grid.select_dim(header_names[0]) == Dimension(fldrs, header_names[0])
142
assert grid.select_dim(header_names[1]) == Dimension(cables, header_names[1])
143
0 commit comments