Skip to content

Commit 554bc31

Browse files
committed
Add int axes test
1 parent d76405a commit 554bc31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/ndarray/test_linalg.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ def test_matmul_disk():
243243
(10, 5),
244244
([1], [0]),
245245
),
246+
# 2Dx2D->axes arg integer
247+
((10, 13), (7, 2), (3, 1), (12, 10), (4, 5), (3, 3), (3, 5), 1),
246248
# 3Dx3D->contraction along last/first
247249
(
248250
(10, 20, 30),

0 commit comments

Comments
 (0)