diff --git a/test/test_schedule.py b/test/test_schedule.py index 7b8d719904..b1a6f0ec95 100644 --- a/test/test_schedule.py +++ b/test/test_schedule.py @@ -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")