Skip to content

Commit

Permalink
fix factorization test
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarrasch committed Dec 9, 2021
1 parent 9a39f38 commit d6eba05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/LinearAlgebra/test/factorization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ end
@testset "size for factorizations - $f" for f in Any[
bunchkaufman,
cholesky,
x -> cholesky(x, Val(true)),
x -> cholesky(x, RowMaximum()),
hessenberg,
lq,
lu,
Expand Down

0 comments on commit d6eba05

Please sign in to comment.