Skip to content

Commit 48a5262

Browse files
committed
thinko
1 parent 6987db6 commit 48a5262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mixedmodel.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Equality comparisons are used b/c small non-negative θ values are replaced by 0
6969
β in the case `fast=false`) must be specified if the default is not used.
7070
"""
7171
function issingular(m::MixedModel, θ=m.θ; atol::Real=0, rtol::Real=atol > 0 ? 0 : eps())
72-
return _issingular(m.lowerbound, θ; atol, rtol)
72+
return _issingular(m.lowerbd, θ; atol, rtol)
7373
end
7474

7575
function _issingular(v, w; atol, rtol)

0 commit comments

Comments
 (0)