Skip to content

Commit 94136bf

Browse files
Merge pull request #38318 from robertapplin/0-disable-checking-uncertainty-in-IRISIqtAndIqtFit
Disable uncertainty checking for IRISIqtAndIqtFit test
2 parents 48e9b01 + c5719f4 commit 94136bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Testing/SystemTests/tests/framework/ISISIndirectInelastic.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -923,10 +923,11 @@ def __init__(self):
923923
self.endx = 0.169171
924924

925925
def get_reference_files(self):
926-
# Relative tolerance is used because the calculation of Monte Carlo errors means the Iqt errors are randomized
927-
# within a set amount. Also, gsl v2 gives a slightly different result than v1 for II.IRISFuryFitSeq.
926+
# The calculation of Monte Carlo errors means the Iqt errors are randomized within a set amount. We therefore
927+
# turn off checking the uncertainties in the resulting workspace.
928928
self.tolerance = 5.0
929929
self.tolerance_is_rel_err = True
930+
self.disableChecking = ["Uncertainty"]
930931
return ["II.IRISFury.nxs", "II.IRISFuryFitSeq.nxs"]
931932

932933

0 commit comments

Comments
 (0)