We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c947f3 commit af5f896Copy full SHA for af5f896
test/pls.jl
@@ -160,7 +160,7 @@ end
160
@test d == length(first(fitlogtbl.θ))
161
thin = 2
162
refit!(fm1; REML=false, progress=false, thin)
163
- @test length(fitlog) == length(0:thin:fm1.optsum.feval, thin)
+ @test length(fitlog) == length(0:thin:fm1.optsum.feval)
164
@test first(fitlog) == (fm1.optsum.initial, fm1.optsum.finitial)
165
end
166
@testset "profile" begin
0 commit comments