We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50061a4 commit c73d4d7Copy full SHA for c73d4d7
1 file changed
test/factorizations/svd.jl
@@ -212,8 +212,8 @@ for V in spacelist
212
@test ϵ1 ≈ ϵ2
213
214
trunc = truncspace(space(S2, 1))
215
- @test spacetype(typeof(trunc)) == spacetype(V)
216
- @test sectortype(trunc) == sectortype(V)
+ @test spacetype(typeof(trunc)) == spacetype(W)
+ @test sectortype(trunc) == sectortype(W)
217
U3, S3, Vᴴ3, ϵ3 = @constinferred svd_trunc(t; trunc)
218
@test t * Vᴴ3' ≈ U3 * S3
219
@test isisometric(U3)
0 commit comments