Skip to content
Snippets Groups Projects
Commit 7fc88780 authored by Simon Heybrock's avatar Simon Heybrock Committed by GitHub
Browse files

Merge pull request #17917 from mantidproject/fix-nmoldyn4interpolation

Fix NMoldyn4InterpolationTest on master
parents 3bbb0b33 b610dc9a
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ class NMoldyn4InterpolationTest(unittest.TestCase): ...@@ -39,7 +39,7 @@ class NMoldyn4InterpolationTest(unittest.TestCase):
self.assertNotEqual(len(inter_X), sim.getAxis(0).length()) self.assertNotEqual(len(inter_X), sim.getAxis(0).length())
self.assertEqual(inter_Q_length, osiris_Q_length) self.assertEqual(inter_Q_length, osiris_Q_length)
self.assertNotEqual(inter_Q_length, sim.getNumberHistograms()) 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) self.assertAlmostEqual(sample_Y_data[30], 1.73103349, 7)
def test_X_min_too_big(self): def test_X_min_too_big(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment