Skip to content

Commit adb7cda

Browse files
author
Katharine Hyatt
committed
Keyword args
1 parent 3d81ec3 commit adb7cda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testsuite/svd.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,6 @@ function test_randomized_svd(T::Type, sz, algs; kwargs...)
322322
minmn = min(m, n)
323323
S₀ = collect(svd_vals(A))
324324
U1, S1, V1ᴴ, ϵ1 = @testinferred svd_trunc(A; alg)
325-
@test collect(diagview(S1))[1:alg.k] S₀[1:alg.k]
325+
@test collect(diagview(S1))[1:alg.alg.k] S₀[1:alg.alg.k]
326326
end
327327
end

0 commit comments

Comments
 (0)