hotfix: that test_ellipsis_with_int test was important

This commit is contained in:
2026-07-02 19:19:38 -07:00
parent e6fbede157
commit 0240998b06
-1
View File
@@ -876,7 +876,6 @@ class TestUOpGetItem(unittest.TestCase):
def test_ellipsis_all_slices(self):
p = self._placeholder((64, 80))
self.assertEqual(p[..., :64].shape, (64, 64))
@unittest.skip("what is this testing?")
def test_ellipsis_with_int(self):
p = self._placeholder((64, 80))
r = UOp.range(64, 100)