made one test approximate
This commit is contained in:
parent
656394e747
commit
3aefd7b75c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user