fixed a little bug and getting good results again. still will have problems if you try to simply get a linear interpolation

This commit is contained in:
Stephen Mardson McQuay
2010-01-31 21:10:37 -07:00
parent 2113abb8dc
commit 0f4daa9a9c
3 changed files with 21 additions and 6 deletions
+1
View File
@@ -91,6 +91,7 @@ class TestSequenceFunctions(unittest.TestCase):
self.q[size_of_simplex:size_of_simplex + extra_points])
answer = baker.run_baker(self.X, R, S)
a = self.approx_fmt % answer['a']
b = self.approx_fmt % answer['b']
c = self.approx_fmt % answer['c']