Skip to content

Commit

Permalink
Trying to fix old python in RHEL6. Refs #10979
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiSavici committed Jan 27, 2015
1 parent 05474b6 commit 50ee703
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@ def test_simple(self):
def test_someresult(self):
for en in numpy.arange(1.,30.,0.1):
result=mantid.simpleapi.SuggestTibCNCS(en)
self.assertGreater(result[1]-result[0],1000.)
self.assertTrue(result[1]-result[0]>1000.)

if __name__=="__main__":
unittest.main()

0 comments on commit 50ee703

Please sign in to comment.