properly catching the LinAlgError. also, prepping to change the run_baker method (more generic)
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user