mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-23 13:58:00 -05:00
test_two_sum doesn't need del (#7711)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user