Skip to content

Commit ec6caa7

Browse files
committed
Remove [1,1] matrix from set of stationary matrices.
1 parent 088c32f commit ec6caa7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/aggregation/_inputs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def _generate_weak_stationary_matrix(n_rows: int, n_cols: int) -> Tensor:
9292
]
9393

9494
_stationary_matrices_shapes = [
95-
(1, 1),
9695
(5, 3),
9796
(9, 11),
9897
]

0 commit comments

Comments
 (0)