Skip to content

Commit

Permalink
thinko
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Sep 12, 2024
1 parent 6987db6 commit 48a5262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixedmodel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Equality comparisons are used b/c small non-negative θ values are replaced by 0
β in the case `fast=false`) must be specified if the default is not used.
"""
function issingular(m::MixedModel, θ=m.θ; atol::Real=0, rtol::Real=atol > 0 ? 0 : eps())
return _issingular(m.lowerbound, θ; atol, rtol)
return _issingular(m.lowerbd, θ; atol, rtol)
end

function _issingular(v, w; atol, rtol)
Expand Down

0 comments on commit 48a5262

Please sign in to comment.