Skip to content

Commit

Permalink
Merge pull request mantidproject#38561 from ajjackson/abins-scipy-con…
Browse files Browse the repository at this point in the history
…stants

Revert scipy pin, update Abins test
  • Loading branch information
thomashampson authored Jan 7, 2025
2 parents bd91124 + 810a319 commit 0b6966e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e214ebd3ca915c40032dc03ad2f17ab1
83715b7b2eeb2d7084f1087450fa239e
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2d6a4cb6236d56c1d52d4160bed31b0f
276c6ca0a7eaf70c58b38959296a6ade
2 changes: 1 addition & 1 deletion conda/recipes/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ sphinx_bootstrap_theme:
- 0.8.1

scipy:
- '>=1.10.0,<1.15.0'
- '>=1.10.0'

pip:
- '>=21.0.1'
Expand Down
2 changes: 1 addition & 1 deletion scripts/test/Abins/AbinsPowderCalculatorTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def _good_case(self, name=None):
for key in ref_data["powder"]:
for i in ref_data["powder"][key]:
try:
assert_allclose(ref_data["powder"][key][i], calculated_data[key][i])
assert_allclose(ref_data["powder"][key][i], calculated_data[key][i], atol=1e-12)
except AssertionError as e:
raise AssertionError(f"Difference in field '{key}' for case {name}") from e

Expand Down

0 comments on commit 0b6966e

Please sign in to comment.