Skip to content

Commit

Permalink
test_xas: make compatible with arm macs
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Jun 26, 2024
1 parent 6397026 commit 61b6536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orangecontrib/spectroscopy/tests/test_xas.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ def test_file(self):
exafs = extra(data)
numpy.testing.assert_almost_equal(
[-3.46450033e-01, -3.45888957e-01, -3.44362296e-01, -3.41912861e-01,
-3.38582017e-01, -3.34409725e-01, -3.29434571e-01, -3.23693808e-01], exafs.X[0, :8])
-3.38582017e-01, -3.34409725e-01, -3.29434571e-01, -3.23693808e-01], exafs.X[0, :8], decimal=3)

0 comments on commit 61b6536

Please sign in to comment.