Skip to content

Commit 7ca39bf

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/testsuite/svd.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ function test_svd_compact_algs(
8282
@test isisometric(Vᴴ; side = :right)
8383
@test isposdef(S)
8484

85-
Sc = similar(A, real(eltype(T)), min(m, n))
8685
U2, S2, V2ᴴ = @testinferred svd_compact!(Ac, (U, S, Vᴴ); alg)
8786
@test U2 * S2 * V2ᴴ A
8887
@test isisometric(U2)

0 commit comments

Comments
 (0)