Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb9564c

Browse files
committed
TST: Tests work on Linux x86-64
1 parent 7aa542c commit fb9564c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_pipe.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ def test_1d_freq():
9595
os.path.join(DATA_DIR, "nmrpipe_1d", "test.ft"))
9696
assert data.shape == (4096, )
9797
assert data.dtype == 'float32'
98-
assert round(data[0], 1) == -63789.6
98+
assert round(data[0], 0) == -63790.
9999
assert round(data[1], 1) == -63159.9
100-
assert round(data[100], 1) == -29308.4
100+
assert round(data[100], 0) == -29308.
101101
write_readback(dic, data)
102102
check_ppm_limits(dic, data, 0, [297.92, -99.82])
103103

0 commit comments

Comments
 (0)