Skip to content

Commit 9ede7ec

Browse files
committed
Simplify test_concatenate params
1 parent b60a29d commit 9ede7ec

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

tests/unit/sparse/test_diagonal_sparse_tensor.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -262,11 +262,7 @@ def test_unsquash_pdim(
262262
["dst_args", "dim"],
263263
[
264264
([([3], [[0], [0]]), ([3], [[0], [0]])], 1),
265-
([([3, 2], [[0], [0, 1]]), ([3], [[0], [0]])], 1),
266-
([([3], [[0], [0]]), ([3, 2], [[0], [0, 1]])], 1),
267-
([([3, 2], [[0], [0, 1]]), ([3, 2], [[0], [0, 1]])], 1),
268-
([([3, 4], [[0], [0, 1]]), ([3, 3, 4], [[0, 1], [1, 2]])], 0),
269-
([([3, 12], [[0, 1], [0]]), ([9, 4], [[0, 1], [0]])], 1),
265+
([([3, 2], [[0], [1, 0]]), ([3, 2], [[0], [1, 0]])], 1),
270266
],
271267
)
272268
def test_concatenate(

0 commit comments

Comments
 (0)