minor: mostly documentation and logging
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user