diff --git a/Framework/PythonInterface/test/python/plugins/algorithms/NMoldyn4InterpolationTest.py b/Framework/PythonInterface/test/python/plugins/algorithms/NMoldyn4InterpolationTest.py
index 777296f2a74f3193e8c51e275614f14f8a0338df..91ba2977d03f6bfdb7adc23d457b443c4a3bab2e 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.020095312, 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):