Skip to content

Commit 2e8052b

Browse files
committed
No Jacobi for svd_full
1 parent d844500 commit 2e8052b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • test/testsuite/decompositions

test/testsuite/decompositions/svd.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ function test_svd_full_algs(
123123
)
124124
summary_str = testargs_summary(T, sz)
125125
return @testset "svd_full! algorithm $alg $summary_str" for alg in algs
126+
isa(alg, LAPACK_Jacobi) && continue
126127
A = instantiate_matrix(T, sz)
127128
Ac = deepcopy(A)
128129
m, n = size(A)

0 commit comments

Comments
 (0)