Skip to content

Commit 847c1d6

Browse files
committed
Reduce dimensions in _stationarity_dims
1 parent e261e79 commit 847c1d6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tests/unit/aggregation/_inputs.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@ def _generate_semi_orthonormal_complement(Q: Tensor) -> Tensor:
135135
]
136136

137137
_stationarity_dims = [
138-
(50, 10, 10),
139-
(50, 10, 5),
140-
(50, 10, 1),
141-
(50, 500, 1),
142-
(50, 500, 49),
138+
(20, 10, 10),
139+
(20, 10, 5),
140+
(20, 10, 1),
141+
(20, 100, 1),
142+
(20, 100, 19),
143143
]
144144

145145
_scales = [0.0, 1e-10, 1e3, 1e5, 1e10, 1e15]

0 commit comments

Comments
 (0)