made one test approximate

This commit is contained in:
Stephen Mardson McQuay 2010-11-01 15:50:54 -06:00
parent 656394e747
commit 3aefd7b75c
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class TestSequenceFunctions(unittest.TestCase):
right_answer = 0.5
self.assertEqual(result, right_answer)
self.assertAlmostEqual(result, right_answer)
def testRunBaker_1(self):
size_of_simplex = 3