Skip to content

Commit

Permalink
Fix xas failing tests due to scipy upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Jan 8, 2025
1 parent a5f92de commit 96fa0e9
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 @@ -80,4 +80,4 @@ def test_file(self):
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],
decimal=4)
decimal=3)

0 comments on commit 96fa0e9

Please sign in to comment.