remove expr_idxs [run_process_replay] (#6567)

* remove expr_idxs [run_process_replay]

* goodbye that test
This commit is contained in:
George Hotz
2024-09-17 18:34:51 +08:00
committed by GitHub
parent 9ebbedc37f
commit 67a03e72bb
6 changed files with 18 additions and 81 deletions

View File

@@ -51,10 +51,6 @@ class TestConvShapetracker(unittest.TestCase):
print(i, i1, i2, si.inputs[0].size, i1==i2)
#self.assertEqual(i1, i2)
for stt in [st, test_st]:
s,va = stt.expr_idxs()
print(s)
print(va)
with self.assertRaises(AssertionError):
assert len(st.views) <= 2