Skip to content

Commit 0eb20ff

Browse files
committed
compatibility to np2.3
1 parent f073cfd commit 0eb20ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_specsscan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def test_fft_tool():
259259
apply_fft_filter=False,
260260
)
261261

262-
np.testing.assert_allclose(res_xarray.data.sum(), 62145556000.0)
262+
np.testing.assert_allclose(res_xarray.data.sum(), 62145556000.0, rtol=2e-07)
263263

264264
res_xarray = sps.load_scan(
265265
scan=3610,

0 commit comments

Comments
 (0)