Skip to content

Commit e402ff9

Browse files
kshyattlkdvos
andauthored
Update test/testsuite/svd.jl
Co-authored-by: Lukas Devos <[email protected]>
1 parent f52790c commit e402ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testsuite/svd.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function test_svd_full_algs(
154154
@test all(isposdef, diagview(S2))
155155

156156
Sc = similar(A, real(eltype(T)), min(m, n))
157-
Sc2 = svd_vals!(copy!(Ac, A), Sc; alg)
157+
Sc2 = @testinferred svd_vals!(copy!(Ac, A), Sc; alg)
158158
@test collect(diagview(S)) collect(Sc2)
159159
end
160160
end

0 commit comments

Comments
 (0)