Skip to content

Commit 3c80812

Browse files
author
jax authors
committed
Merge pull request #20542 from jakevdp:solve-test
PiperOrigin-RevId: 621275261
2 parents 87aee90 + 37a34bf commit 3c80812

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/linalg_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,6 @@ def tensor_maker():
10161016
((1, 1), (1, 1)),
10171017
((4, 4), (4,)),
10181018
((8, 8), (8, 4)),
1019-
((1, 2, 2), (3, 2)),
10201019
((2, 2), (3, 2, 2)),
10211020
((2, 1, 3, 3), (1, 4, 3, 4)),
10221021
((1, 0, 0), (1, 0, 2)),

0 commit comments

Comments
 (0)