Commit 00345260 authored by Mccaskey, Alex's avatar Mccaskey, Alex
Browse files

lower the tolerance for a test in jit decompose

parent d11dfd22
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ class TestKernelJIT(unittest.TestCase):
        counts = q.counts()
        print(counts)
        self.assertTrue('001' in counts)
        self.assertTrue(counts['001'] == 1024)
        self.assertTrue(counts['001'] > 1000)
    
    def test_more_decompose(self):
        try: