Skip to content

Commit c73d4d7

Browse files
committed
fix test
1 parent 50061a4 commit c73d4d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/factorizations/svd.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ for V in spacelist
212212
@test ϵ1 ϵ2
213213

214214
trunc = truncspace(space(S2, 1))
215-
@test spacetype(typeof(trunc)) == spacetype(V)
216-
@test sectortype(trunc) == sectortype(V)
215+
@test spacetype(typeof(trunc)) == spacetype(W)
216+
@test sectortype(trunc) == sectortype(W)
217217
U3, S3, Vᴴ3, ϵ3 = @constinferred svd_trunc(t; trunc)
218218
@test t * Vᴴ3' U3 * S3
219219
@test isisometric(U3)

0 commit comments

Comments
 (0)