Skip to content

Commit 7d20fc3

Browse files
committed
fix wrong variable
1 parent dd3b112 commit 7d20fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tensors/factorizations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ for V in spacelist
200200

201201
c, vᴴ = @constinferred right_orth(t; alg = :svd)
202202
@test c * vᴴ t
203-
@test isisometric(v; side = :right)
203+
@test isisometric(vᴴ; side = :right)
204204

205205
N = @constinferred left_null(t; alg = :svd)
206206
@test isisometric(N)

0 commit comments

Comments
 (0)