File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Testing/SystemTests/tests/framework Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -923,10 +923,11 @@ def __init__(self):
923
923
self .endx = 0.169171
924
924
925
925
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 .
928
928
self .tolerance = 5.0
929
929
self .tolerance_is_rel_err = True
930
+ self .disableChecking = ["Uncertainty" ]
930
931
return ["II.IRISFury.nxs" , "II.IRISFuryFitSeq.nxs" ]
931
932
932
933
You can’t perform that action at this time.
0 commit comments