Skip to content

Commit befc3b6

Browse files
cailafinnpeterfpeterson
authored andcommitted
Skip problematically random systemtest
1 parent 7beded8 commit befc3b6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Testing/SystemTests/tests/framework/ISISIndirectInelastic.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,6 +1002,14 @@ def __init__(self):
10021002
self.spec_min = 0
10031003
self.spec_max = 41
10041004

1005+
def skipTests(self):
1006+
# In its current state this test is not fit for purpose. There is a large amount of randomness present such
1007+
# that a very very wide relative tolerance is required to pass reliably (50+). This was discovered after
1008+
# a change to CompareWorkspaces that made the comparison actually relative. Prior, this test was actually
1009+
# using an absolute tolerance of 5.0. A redesign is needed to remove some of the randomness or determine
1010+
# the actual required tolerance.
1011+
return True
1012+
10051013
def get_reference_files(self):
10061014
# Relative tolerance is used because the calculation of Monte Carlo errors means the Iqt errors are randomized
10071015
# within a set amount

0 commit comments

Comments
 (0)