test_two_sum doesn't need del (#7711)

This commit is contained in:
qazal 2024-11-15 12:50:08 +02:00 committed by GitHub
commit 88f760cc32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -311,7 +311,6 @@ class TestSchedule(unittest.TestCase):
img = Tensor.empty(64,64)
x = (img.sum(0) + img.sum(1))
out = x.relu()
del x # is 3 without this
check_schedule(out, 2)
#@unittest.skip("failing in old lazy")