We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a42c04 commit 0ab2919Copy full SHA for 0ab2919
1 file changed
tests/unit/test_segy_grid_overrides.py
@@ -35,7 +35,7 @@ def mock_streamer_headers() -> dict[str, npt.NDArray]:
35
permutations[shot_mask, -1] = arange(1, len(CABLES) * len(RECEIVERS) + 1)
36
37
result = dict(
38
- shot=permutations[:, 0],
+ shot_point=permutations[:, 0],
39
cable=permutations[:, 1],
40
channel=permutations[:, 2],
41
)
0 commit comments