We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc586e5 commit 3afd7bcCopy full SHA for 3afd7bc
1 file changed
test/testsuite/svd.jl
@@ -322,6 +322,6 @@ function test_randomized_svd(T::Type, sz, algs; kwargs...)
322
minmn = min(m, n)
323
S₀ = collect(svd_vals(A))
324
U1, S1, V1ᴴ, ϵ1 = @testinferred svd_trunc(A; alg)
325
- @test collect(diagview(S1))[1:alg.k] ≈ S₀[1:alg.k]
+ @test collect(diagview(S1))[1:alg.alg.k] ≈ S₀[1:alg.alg.k]
326
end
327
0 commit comments