From 47cce7bd73bae3e015a422e7c973cc45a3970f4a Mon Sep 17 00:00:00 2001 From: Sobhan Mohammadpour Date: Mon, 25 Jul 2022 08:35:32 -0400 Subject: [PATCH] update test --- test/spqr.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spqr.jl b/test/spqr.jl index f3d79235..1180d6d3 100644 --- a/test/spqr.jl +++ b/test/spqr.jl @@ -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