Skip to content

Commit 98897dd

Browse files
committed
Add typical_matrices_2_plus_rows
1 parent 78230f5 commit 98897dd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/unit/aggregation/_inputs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,4 @@ def _generate_semi_orthonormal_complement(Q: Tensor) -> Tensor:
115115

116116
matrices_2_plus_rows = [matrix for matrix in matrices + zero_matrices if matrix.shape[0] >= 2]
117117
scaled_matrices_2_plus_rows = [matrix for matrix in scaled_matrices if matrix.shape[0] >= 2]
118+
typical_matrices_2_plus_rows = [matrix for matrix in typical_matrices if matrix.shape[0] >= 2]

0 commit comments

Comments
 (0)