Skip to content

Commit af5f896

Browse files
committed
🤦
1 parent 1c947f3 commit af5f896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pls.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ end
160160
@test d == length(first(fitlogtbl.θ))
161161
thin = 2
162162
refit!(fm1; REML=false, progress=false, thin)
163-
@test length(fitlog) == length(0:thin:fm1.optsum.feval, thin)
163+
@test length(fitlog) == length(0:thin:fm1.optsum.feval)
164164
@test first(fitlog) == (fm1.optsum.initial, fm1.optsum.finitial)
165165
end
166166
@testset "profile" begin

0 commit comments

Comments
 (0)