Skip to content

Commit

Permalink
Add prints
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinung-r committed Aug 2, 2024
1 parent 46e56da commit 32afcbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/segyio/segy.py
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,9 @@ def interpret(self, ilines, xlines, offsets=None, sorting=TraceSortingFormat.INL
offsets = np.arange(1)

ilines = np.copy(np.asarray(ilines, dtype=np.intc))
print(ilines)
xlines = np.copy(np.asarray(xlines, dtype=np.intc))
print(xlines)
offsets = np.copy(np.asarray(offsets, dtype=np.intc))

if np.unique(ilines).size != ilines.size:
Expand Down

0 comments on commit 32afcbf

Please sign in to comment.