This commit is contained in:
Stephen Mardson McQuay
2011-02-02 11:52:53 -07:00
parent 046e24b67d
commit 2329479a64
4 changed files with 32 additions and 29 deletions
-2
View File
@@ -37,8 +37,6 @@ class TestSequenceFunctions(unittest.TestCase):
self.exact = exact_func(self.X)
self.accuracy = 8
def test_R_contains_X(self):
self.assertTrue(contains(self.X, self.R.verts))