Skip to content

Commit

Permalink
upd test
Browse files Browse the repository at this point in the history
  • Loading branch information
PharmCat authored and PharmCat committed Oct 18, 2023
1 parent a44ab46 commit 7fbfb8d
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 @@ -461,7 +461,7 @@ end
random = Metida.VarEffect(Metida.@covstr(r1&r2|subject), Metida.DIAG),
)
Metida.fit!(lmm)
@test Metida.theta(lmm) [3.0325005960015985, 3.343826588448401, 1.8477830405766895, 1.8477830405766895, 1.8477830405766895, 4.462942536844632, 1.0082345219318216] atol=1E-8
@test Metida.theta(lmm) [3.0325005960015985, 3.343826588448401, 1.8477830405766895, 1.8477830405766895, 1.8477830405766895, 4.462942536844632, 1.0082345219318216] atol=1E-6 # atol=1E-8 !
@test Metida.m2logreml(lmm) 719.9413776641368 atol=1E-8
end
@testset " Model: INT, +, TOEPHP(3)/SI " begin
Expand Down

0 comments on commit 7fbfb8d

Please sign in to comment.