mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-08 22:48:25 -05:00
skip TestBeamSearch.test_large_ast (#7652)
This commit is contained in:
@@ -66,6 +66,7 @@ class TestBeamSearch(unittest.TestCase):
|
||||
with Timing():
|
||||
c(x).realize()
|
||||
|
||||
@unittest.skip("flaky, Fatal Python error: Floating point exception")
|
||||
def test_large_ast(self):
|
||||
a = Tensor.rand(3, 3)
|
||||
for _ in range(5):
|
||||
|
||||
Reference in New Issue
Block a user