Skip to content

Commit

Permalink
Turn on tolerance is real error
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedAlmaki committed Jun 22, 2023
1 parent b2845a0 commit 329ee7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Testing/SystemTests/tests/framework/ISIS_PowderOsirisTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ class OSIRISDiffractionFocusingWithPaalmanPingsAbsorptionCorrection(_OSIRISDiffr
]

def runTest(self):
self.tolerance = 0.0001
self.tolerance = 1e-8
self.tolerance_is_rel_err = True
super().runPreTest()
sample_details = SampleDetails(radius=1.1, height=8, center=[0, 0, 0], shape="cylinder")
sample_details.set_material(chemical_formula="Cr2-Ga-N", number_density=10.0)
Expand Down

0 comments on commit 329ee7e

Please sign in to comment.