trying to guarantee a containing simplex

This commit is contained in:
Stephen Mardson McQuay
2010-04-23 09:58:30 -06:00
parent 79880acad4
commit 0a388ff1b5
4 changed files with 24 additions and 13 deletions
-1
View File
@@ -28,7 +28,6 @@ class TestSequenceFunctions(unittest.TestCase):
]
self.q = [exact_func(p) for p in self.points]
self.X = [0.25, 0.4001]
self.X = [0.55, 0.45]
self.g = grid(self.points, self.q)