Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
PharmCat committed May 4, 2021
1 parent 0dff537 commit 6c63270
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ include("testdata.jl")
@test Metida.nblocks(lmm) == 5
@test length(coefnames(lmm)) == 6
@test Metida.confint(lmm)[end][1] -0.7630380758015894 atol=1E-4
@test Metida.confint(lmm; ddf = :residual)[end][1] -0.6740837049617738 atol=1E-4
Metida.confint(lmm; ddf = :contain)[end][1]
@test size(crossmodelmatrix(lmm), 1) == 6
@test anovatable.pval[4] 0.7852154468081014 atol=1E-6
############################################################################
Expand Down

2 comments on commit 6c63270

@PharmCat
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

  • update deps
  • anova table (experimental)

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/36036

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.9.1 -m "<description of version>" 6c632707b334f5a41ad21f6d833da1f55e8d973c
git push origin v0.9.1

Please sign in to comment.