sixty-north / segpy

A Python package for reading and writing SEG Y files.
Other
102 stars 54 forks source link

Supplied test_float fails #23

Closed kjellkongsvik closed 9 years ago

kjellkongsvik commented 9 years ago

running tests: ~/.local/bin/py.test-3.3 test ...snip... test/test_float.py:221: in test_ceil self.assertEqual(math.ceil(ibm), i + 1) E AssertionError: -16777216 != -16777215 ...snip... test/test_float.py:221: in test_ceil self.assertEqual(math.ceil(ibm), i + 1) E AssertionError: -16777216 != -16777215 ...snip...