properly catching the LinAlgError. also, prepping to change the run_baker method (more generic)

This commit is contained in:
Stephen Mardson McQuay
2010-03-20 11:34:24 -06:00
parent bd8f24d64f
commit 993c901cec
3 changed files with 19 additions and 8 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class TestSequenceFunctions(unittest.TestCase):
[-1,-1], # 8
]
self.q = [1, 0, 0, 0, 0, 0, 0, 0, 0]
self.X = [1.5, 10.25]
self.X = [0.5, 0.25]
self.accuracy = 8
def testImports(self):