Skip to content

Commit 6aaa460

Browse files
committed
accidently removed part of test
1 parent 326fcd1 commit 6aaa460

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/tensors/factorizations.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ for V in spacelist
303303
t isa DiagonalTensorMap || @test !isposdef(t) # unlikely for non-hermitian map
304304

305305
nvals = round(Int, dim(domain(t)) / 2)
306+
d, v = @constinferred eig_trunc(t; trunc = truncrank(nvals))
306307
@test t * v v * d
307308
@test dim(domain(d)) nvals
308309

0 commit comments

Comments
 (0)