mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-29 03:00:14 -04:00
This reverts commit 5c8de2d044.
This commit is contained in:
@@ -261,7 +261,6 @@ class TestSymbolic(unittest.TestCase):
|
||||
# TODO: simplify further
|
||||
self.helper_test_variable((1+Variable("a", 0, 3))*(-2)+12, 4, 10, {"((a*-2)+10)", "(((a+1)*(-2))+12)"})
|
||||
|
||||
@unittest.expectedFailure
|
||||
def test_mod_mul_sum(self):
|
||||
self.helper_test_variable(Node.sum([Variable("b", 0, 2), Variable("a", 0, 5)*10])%9, 0, 7, "(a+b)")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user