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:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user