We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d844500 commit 2e8052bCopy full SHA for 2e8052b
1 file changed
test/testsuite/decompositions/svd.jl
@@ -123,6 +123,7 @@ function test_svd_full_algs(
123
)
124
summary_str = testargs_summary(T, sz)
125
return @testset "svd_full! algorithm $alg $summary_str" for alg in algs
126
+ isa(alg, LAPACK_Jacobi) && continue
127
A = instantiate_matrix(T, sz)
128
Ac = deepcopy(A)
129
m, n = size(A)
0 commit comments