Skip to content

Commit

Permalink
Re #10137. Fixing unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Aug 20, 2014
1 parent a5febc0 commit b360bbf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,7 @@ class SortByQVectorsTest(unittest.TestCase):


def test_output(self):
ws = mantid.simpleapi.LoadSassena("outputSassena_1.4.1.h5", TimeUnit=1.0)
ws = mantid.simpleapi.LoadSassena("outputSassena_1.4.1.h5", TimeUnit=1.0)
mantid.simpleapi.SortByQVectors('ws')
self.assertAlmostEqual(ws[0].getNumberHistograms(),5)
self.assertAlmostEqual(ws[0].dataY(0)[0],0.0)
Expand Down

0 comments on commit b360bbf

Please sign in to comment.