Skip to content

Commit 92abea3

Browse files
authored
Update test/svd.jl
1 parent a44245e commit 92abea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/svd.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ using MatrixAlgebraKit: TruncationKeepAbove, diagview
2222
minmn = min(m, n)
2323
A = randn(rng, T, m, n)
2424

25-
if VERSION < v"1.12"
25+
if VERSION < v"1.11"
2626
# This is type unstable on older versions of Julia.
2727
U, S, Vᴴ = svd_compact(A; alg)
2828
else

0 commit comments

Comments
 (0)