Skip to content

Commit

Permalink
Update test-read.mulTree.R
Browse files Browse the repository at this point in the history
  • Loading branch information
TGuillerme committed Jan 17, 2024
1 parent eef0cbf commit aada01c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-read.mulTree.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test_that("get.mulTree.model works", {
)
# (18 elements)
expect_equal(
length(get.mulTree.model("read.mulTree_testing-tree1_chain1.rda")), 20
length(get.mulTree.model("read.mulTree_testing-tree1_chain1.rda")), 22
)
})

Expand Down Expand Up @@ -173,7 +173,7 @@ test_that("example works", {
model, "MCMCglmm"
)
expect_equal(
length(model), 20
length(model), 22
)
# Reading only the error term and the tune for all models
elements <- read.mulTree("read.mulTree_testing", extract=c("error.term", "Tune"))
Expand Down

0 comments on commit aada01c

Please sign in to comment.