Skip to content

Commit 37a34bf

Browse files
committed
test: remove solve test case that is invalid under NumPy 2.0
1 parent 87b869d commit 37a34bf

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)