Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
SobhanMP committed Jul 25, 2022
1 parent 83a31cd commit 47cce7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spqr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ end
Q = qr(A).Q
sQ = sparse(Q)
@test sQ == sparse(Matrix(Q))
for f in [_from_col, _from_lmul],
for f in [_from_eachcol, _from_lmul],
sh in [true, false]
@test sQ == f(typeof(sQ).parameters..., Q; sizehint=sh)
end
Expand Down

0 comments on commit 47cce7b

Please sign in to comment.