We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b85677 commit bd3cb94Copy full SHA for bd3cb94
Testing/SystemTests/tests/framework/SNSPowderRedux.py
@@ -122,6 +122,7 @@ def runTest(self):
122
SaveAs="gsas and fullprof and pdfgetn",
123
OutputDirectory=savedir,
124
FinalDataUnits="dSpacing",
125
+ StripVanadiumPeaks=False,
126
)
127
128
# load output gsas file and the golden one
@@ -130,7 +131,7 @@ def runTest(self):
130
131
132
def validateMethod(self):
133
self.tolerance = 2.0e-2
- self.tolerance_is_rel_err = True
134
+ self.tolerance_is_rel_err = False
135
return "ValidateWorkspaceToWorkspace"
136
137
def validate(self):
build/ExternalData/Testing/SystemTests/tests/framework/reference/PG3_4844_reference.gsa.md5
@@ -0,0 +1 @@
1
+6ec1cfb91bf23dfedb629abaa7eb0967
0 commit comments