minor: mostly documentation and logging

This commit is contained in:
sm
2011-02-11 00:30:10 -08:00
parent 8fcb91ebd2
commit ec73a6a04e
2 changed files with 6 additions and 6 deletions
-1
View File
@@ -32,7 +32,6 @@ class TestSequenceFunctions(unittest.TestCase):
self.X = [0.55, 0.45]
self.g = grid(self.points, self.q)
self.g.construct_connectivity()
self.R = self.g.create_mesh(range(3))
self.exact = exact_func(self.X)