mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-29 03:00:14 -04:00
increase threshold test_strongly_connected_DAG (#7560)
it shoult test some other properties. flakying with time test https://github.com/chenyuxyz/tinygrad/actions/runs/11688403523/job/32548762512
This commit is contained in:
@@ -1613,7 +1613,7 @@ class TestIndexing(unittest.TestCase):
|
||||
return a.item()
|
||||
r, et = timeit(f, a)
|
||||
self.assertEqual(r, val)
|
||||
self.assertLess(et, 1200)
|
||||
self.assertLess(et, 1400)
|
||||
|
||||
def test_no_rewrite_elementwise(self):
|
||||
bufs = [UOp(Ops.DEFINE_GLOBAL, dtypes.int.ptr(), (), i) for i in range(3)]
|
||||
|
||||
Reference in New Issue
Block a user