Skip to content
Snippets Groups Projects
Commit 80601fcb authored by Martyn Gigg's avatar Martyn Gigg
Browse files

Widen tolerance for HRPD system test on macOS

parent 327ab8ec
No related branches found
No related tags found
No related merge requests found
...@@ -153,7 +153,8 @@ class VanadiumAndFocusWithSolidAngleTest(systemtesting.MantidSystemTest): ...@@ -153,7 +153,8 @@ class VanadiumAndFocusWithSolidAngleTest(systemtesting.MantidSystemTest):
def validate(self): def validate(self):
if platform.system() == "Darwin": # OSX requires higher tolerance for splines if platform.system() == "Darwin": # OSX requires higher tolerance for splines
self.tolerance = 0.47 self.tolerance = 0.1
self.tolerance_is_rel_err = True
else: else:
self.tolerance = 0.20 self.tolerance = 0.20
return self.focus_results.name(), "HRPD66063_focused_with_sac.nxs" return self.focus_results.name(), "HRPD66063_focused_with_sac.nxs"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment