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
parent 9f98f0c93a
commit 88f760cc32

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")