Skip to content

Commit 0ab2919

Browse files
authored
fix broken shot header mock
1 parent 1a42c04 commit 0ab2919

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/test_segy_grid_overrides.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def mock_streamer_headers() -> dict[str, npt.NDArray]:
3535
permutations[shot_mask, -1] = arange(1, len(CABLES) * len(RECEIVERS) + 1)
3636

3737
result = dict(
38-
shot=permutations[:, 0],
38+
shot_point=permutations[:, 0],
3939
cable=permutations[:, 1],
4040
channel=permutations[:, 2],
4141
)

0 commit comments

Comments
 (0)