Skip to content

Commit

Permalink
Print version info
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinung-r committed Aug 23, 2024
1 parent 46e56da commit e66781e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/test/segy.py
Original file line number Diff line number Diff line change
Expand Up @@ -1723,6 +1723,10 @@ def value(x, y):

@pytest.mark.parametrize('endian', ['little', 'big'])
def test_no_16bit_overflow_tracecount(endian, tmpdir):
import sys
print("Version")
print(np.__version__)
print(sys.version)
spec = segyio.spec()
spec.format = 1
spec.sorting = 2
Expand Down

0 comments on commit e66781e

Please sign in to comment.