Skip to content

Commit e346bb5

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

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
@@ -138,7 +138,7 @@ function test_svd_full_algs(
138138
m, n = size(A)
139139
minmn = min(m, n)
140140

141-
U, S, Vᴴ = svd_full(A; alg)
141+
U, S, Vᴴ = @testinferred svd_full(A; alg)
142142
@test size(U) == (m, m)
143143
@test eltype(S) == real(eltype(T)) && size(S) == (m, n)
144144
@test size(Vᴴ) == (n, n)

0 commit comments

Comments
 (0)