Skip to content

Commit 1767ecc

Browse files
committed
Adapt eigh to new where API
1 parent ae15914 commit 1767ecc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

heat/core/linalg/eigh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def _subspaceiteration(
7575
device=columnnorms.device,
7676
)
7777
* statistics.percentile(columnnorms, 100.0 * (1 - (k + safetyparam) / columnnorms.shape[0]))
78-
)
78+
)[0]
7979
X = C[:, idx].balance()
8080

8181
# actual subspace iteration

0 commit comments

Comments
 (0)