Skip to content

Commit bf6202a

Browse files
authored
fix conflicting azimuth header (TGSAI#592)
1 parent 881bd35 commit bf6202a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_segy_import_export_masked.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def __iter__(self) -> Iterable[MaskedExportConfigTypes]:
138138

139139
COCA_3D_CONF = MaskedExportConfig(
140140
GridConfig(name="3d_coca", dims=[Dimension("inline", 10, 8, 1), Dimension("crossline", 100, 8, 2), Dimension("offset", 25, 15, 25), Dimension("azimuth", 0, 4, 30)]),
141-
SegyFactoryConfig(revision=1, header_byte_map={"inline": 189, "crossline": 193, "offset": 37, "azimuth": 181}, num_samples=201),
141+
SegyFactoryConfig(revision=1, header_byte_map={"inline": 189, "crossline": 193, "offset": 37, "azimuth": 232}, num_samples=201),
142142
SegyToMdioConfig(chunks=[4, 4, 4, 1, 128]),
143143
SelectionMaskConfig(mask_num_dims=2, remove_frac=0.9),
144144
)

0 commit comments

Comments
 (0)