We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19bef3 commit 3fd2b11Copy full SHA for 3fd2b11
1 file changed
test/testsuite/decompositions/svd.jl
@@ -2,7 +2,7 @@ using TestExtras
2
using GenericLinearAlgebra
3
using LinearAlgebra: opnorm
4
5
-function test_svd(T::Type, sz; test_compact::Bool = true, test_full::Bool = true, test_trunc::Bool = true, kwargs...)
+function test_svd(T::Type, sz; test_compact::Bool = true, test_full::Bool = true, test_trunc::Bool = true, kwargs...)
6
summary_str = testargs_summary(T, sz)
7
return @testset "svd $summary_str" begin
8
test_compact && test_svd_compact(T, sz; kwargs...)
0 commit comments