mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
test_mutate_add passes
This commit is contained in:
parent
657822dcdc
commit
ab4fc4c78e
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ from tinygrad.ops import UOp, symbolic, graph_rewrite_map, _substitute
|
|||
from test.unit.test_tensor_uop_representation import is_pattern, realized_pattern, is_pattern_uop
|
||||
|
||||
class TestTensorMutates(unittest.TestCase):
|
||||
@unittest.expectedFailure
|
||||
#@unittest.expectedFailure
|
||||
def test_mutate_add(self):
|
||||
a = Tensor([1,2,3])
|
||||
b = Tensor([4,5,6])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue