From b610dc9a473c99aee13e632d2cc1ee6b21624f12 Mon Sep 17 00:00:00 2001 From: Martyn Gigg <martyn.gigg@gmail.com> Date: Tue, 1 Nov 2016 09:12:47 +0000 Subject: [PATCH] Update NMoldyn4InterpolationTest.py --- .../test/python/plugins/algorithms/NMoldyn4InterpolationTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/PythonInterface/test/python/plugins/algorithms/NMoldyn4InterpolationTest.py b/Framework/PythonInterface/test/python/plugins/algorithms/NMoldyn4InterpolationTest.py index 87bd47d5d03..91ba2977d03 100644 --- a/Framework/PythonInterface/test/python/plugins/algorithms/NMoldyn4InterpolationTest.py +++ b/Framework/PythonInterface/test/python/plugins/algorithms/NMoldyn4InterpolationTest.py @@ -39,7 +39,7 @@ class NMoldyn4InterpolationTest(unittest.TestCase): self.assertNotEqual(len(inter_X), sim.getAxis(0).length()) self.assertEqual(inter_Q_length, osiris_Q_length) self.assertNotEqual(inter_Q_length, sim.getNumberHistograms()) - self.assertAlmostEqual(sample_Y_data[0], 0.020095313, 9) + self.assertAlmostEqual(sample_Y_data[0], 0.02009531, 8) self.assertAlmostEqual(sample_Y_data[30], 1.73103349, 7) def test_X_min_too_big(self): -- GitLab