Skip to content
Snippets Groups Projects
Unverified Commit bbf07920 authored by Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony Committed by GitHub
Browse files

Increase tolerance for HRPD test to cover Windows/Linux

The spline interpolation gives slightly different values in the noisy sections of the data at the ends.
parent d4dda77f
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ class FocusTest(systemtesting.MantidSystemTest):
if platform.system() == "Darwin": # OSX requires higher tolerance for splines
self.tolerance = 0.4
else:
self.tolerance = 0.05
self.tolerance = 0.16
return self.focus_results.name(), "HRPD66063_focused.nxs"
def cleanup(self):
......
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