Skip to content

Commit

Permalink
Fix "typo"
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarrasch authored Dec 15, 2021
1 parent 7407158 commit 2e2c3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GLM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ module GLM
@static if VERSION < v"1.8.0-DEV.1139"
pivoted_cholesky!(A; kwargs...) = cholesky!(A, Val(true); kwargs...)
else
pivoted_cholesky!(A; kwargs...) = cholesky!(A, RowNorm(); kwargs...)
pivoted_cholesky!(A; kwargs...) = cholesky!(A, RowMaximum(); kwargs...)
end

include("linpred.jl")
Expand Down

0 comments on commit 2e2c3f8

Please sign in to comment.