Skip to content

Commit 81dd29e

Browse files
committed
Add failing parametrization of test_einsum
1 parent b303501 commit 81dd29e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/unit/sparse/test_structured_sparse_tensor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def test_to_dense2():
4444
([4, 5], [[0], [0], [1]], [4, 5], [[0], [1], [1]], [0, 1, 2], [0, 2, 3], [0, 1, 3]),
4545
([2, 3, 5], [[0, 1], [2, 0]], [10, 3], [[0], [1]], [0, 1], [1, 2], [0, 2]),
4646
([2, 3], [[0, 1]], [6], [[0]], [0], [0], []),
47+
([6, 2, 3], [[0], [1], [2]], [2, 3], [[0, 1], [0], [1]], [0, 1, 2], [0, 1, 2], [0, 1, 2]),
4748
],
4849
)
4950
def test_einsum(

0 commit comments

Comments
 (0)