mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
test_two_sum doesn't need del (#7711)
This commit is contained in:
parent
9f98f0c93a
commit
88f760cc32
1 changed files with 0 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue