Skip to content

Commit a1eb121

Browse files
authored
Update src/likelihoodratiotest.jl
1 parent 979d052 commit a1eb121

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/likelihoodratiotest.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ function StatsModels.isnested(m1::MixedModel, m2::MixedModel; atol::Real=0.0)
249249
# note that this will fail if amalgamation was not performed,
250250
# whether through explicit disabling or by a grouping variable renaming
251251
for key in keys(re1)
252-
# we only need to grab the first column because
253252
if !_isnested(re1[key], re2[key])
254253
@error "Random effects are not nested."
255254
return false

0 commit comments

Comments
 (0)