From 9bbc134e289f5c8004a48bba7fffedfe39a2bd81 Mon Sep 17 00:00:00 2001 From: Andreas Noack Date: Mon, 30 Sep 2024 16:18:08 +0200 Subject: [PATCH] Update src/linpred.jl Co-authored-by: David Widmann --- src/linpred.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/linpred.jl b/src/linpred.jl index 9b365c8d..9cfafa78 100644 --- a/src/linpred.jl +++ b/src/linpred.jl @@ -62,7 +62,6 @@ Evaluate and return `p.delbeta` the increment to the coefficient vector from res function delbeta! end function delbeta!(p::DensePredQR{T,<:QRCompactWY}, r::Vector{T}) where T<:BlasReal - rnk = rank(p.qr.R) p.delbeta = p.qr \ r return p end