mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-02-10 06:35:33 -05:00
remove expr_idxs [run_process_replay] (#6567)
* remove expr_idxs [run_process_replay] * goodbye that test
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user