Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
PharmCat committed Mar 14, 2023
1 parent 0f17718 commit 8c5e150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ end
random = Metida.VarEffect(Metida.@covstr(1 + r2 * r1|subject), Metida.DIAG; coding=Dict(:r1 => DummyCoding(), :r2 => DummyCoding()))
)
Metida.fit!(lmm)
@test Metida.theta(lmm) [2.796694409004289, 2.900485570555582, 3.354913215348968, 2.0436114769223237, 1.8477830405766895, 2.0436115732330955, 1.0131934233937254] atol=1E-7 # atol=1E-8 !
@test Metida.theta(lmm) [2.796694409004289, 2.900485570555582, 3.354913215348968, 2.0436114769223237, 1.8477830405766895, 2.0436115732330955, 1.0131934233937254] atol=1E-6 # atol=1E-8 !
@test Metida.m2logreml(lmm) 713.0655862252027 atol=1E-8
end
@testset " Model: &, DIAG/SI " begin
Expand Down

0 comments on commit 8c5e150

Please sign in to comment.