Skip to content
Snippets Groups Projects
Commit b610dc9a authored by Martyn Gigg's avatar Martyn Gigg Committed by GitHub
Browse files

Update NMoldyn4InterpolationTest.py

parent 7d8c9057
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
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