Skip to content
Snippets Groups Projects
Commit 420010e4 authored by RichardWaiteSTFC's avatar RichardWaiteSTFC Committed by Richard Waite
Browse files

Updated test values in system test

The stdDev function that was deleted in this branch often returns different values  than the 'correct' value which is sqrt(eigenvalue)  - which is now used. Typically the difference is  <0.5%, however occasionally the stdDev function returned a std deviation that is unrealistically small (by two orders of magnitude), this behavior is not as yet understood, but since the function is no longer used it is appropriate to change the test values.
parent a238a8d5
No related branches found
No related tags found
No related merge requests found
......@@ -25,12 +25,12 @@ class EllipsoidIntegr(systemtesting.MantidSystemTest):
def runTest(self):
# expected results with size determined
# automatically from projected event sigmas
inti_auto = [ 89, 101, 24, 34, 9, 9, 5 ]
sigi_auto = [ 13.784, 18.1384, 13.1529, 9.94987, 5.83095, 10.2956, 10.2956]
inti_auto = [ 84, 103, 29, 29, 9, 10, 5 ]
sigi_auto = [ 14.1421, 17.9722, 12.9228, 10.3441, 5.7446, 10.1980, 10.2470]
# expected results with fixed size
# ellipsoids
inti_fixed = [ 88.5902, 97.4918, 22.4098, 34.4754, 8.40984, 10.7377, 4.59016 ]
sigi_fixed = [ 13.9656, 18.4523, 13.4335, 10.1106, 5.94223, 10.5231, 10.5375 ]
inti_fixed = [ 85.2459, 99.6393, 27.6557, 35.2786, 8.40984, 11.7868, 2.5409]
sigi_fixed = [ 14.3402, 18.2752, 13.1853, 10.5131, 5.8488, 10.4180, 10.4899 ]
# first, load peaks into a peaks workspace
......
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