We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 480705b commit 99d7651Copy full SHA for 99d7651
tests/unit/aggregation/_inputs.py
@@ -108,7 +108,7 @@ def _generate_semi_orthonormal_complement(Q: Tensor) -> Tensor:
108
strong_stationary_matrices = [
109
_generate_strong_stationary_matrix(m, n) for m, n in _stationary_matrices_shapes
110
]
111
-weak_stationary_matrices = strong_stationary_matrices + [
+weak_stationary_matrices = [
112
_generate_weak_stationary_matrix(m, n) for m, n in _stationary_matrices_shapes
113
114
typical_matrices = zero_matrices + matrices + weak_stationary_matrices + strong_stationary_matrices
0 commit comments