mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-29 03:00:14 -04:00
HOTFIX: skip crashing assign test
This commit is contained in:
@@ -415,6 +415,7 @@ class TestAssign(unittest.TestCase):
|
||||
|
||||
# TODO: is there a way to sneak in a permute such that it returns the wrong answer?
|
||||
|
||||
@unittest.skip("this test is crashing!")
|
||||
def test_overlapping_shrink_assignment_forward(self):
|
||||
# Forward shift: read index > write index in overlap
|
||||
N = 100000
|
||||
|
||||
Reference in New Issue
Block a user