Skip to content

Commit

Permalink
Update test-multi.ace.R
Browse files Browse the repository at this point in the history
  • Loading branch information
TGuillerme committed Nov 12, 2024
1 parent ee9824f commit 56a0480
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/testthat/test-multi.ace.R
Original file line number Diff line number Diff line change
Expand Up @@ -354,13 +354,13 @@ test_that("multi.ace works", {
my_models <- c(rep("ER", 25), rep("SYM", 25))

## Output details
# set.seed(8)
# matrix_test <- sim.morpho(rcoal(6), characters = 10, model = "ER", rates = c(rgamma, rate = 10, shape = 5), invariant = FALSE)
# tree_test <- rmtree(2, 6)
# matrix_complex <- matrix_test
# matrix_complex[sample(1:length(matrix_complex), 5)] <- "-"
# matrix_complex[sample(1:length(matrix_complex), 5)] <- "0%2"
# matrix_complex[sample(1:length(matrix_complex), 5)] <- "?"
set.seed(8)
matrix_test <- sim.morpho(rcoal(6), characters = 10, model = "ER", rates = c(rgamma, rate = 10, shape = 5), invariant = FALSE)
tree_test <- rmtree(2, 6)
matrix_complex <- matrix_test
matrix_complex[sample(1:length(matrix_complex), 5)] <- "-"
matrix_complex[sample(1:length(matrix_complex), 5)] <- "0%2"
matrix_complex[sample(1:length(matrix_complex), 5)] <- "?"
# results <- multi.ace(data = matrix_complex,
# tree = tree_test,
# models = "ER",
Expand Down

0 comments on commit 56a0480

Please sign in to comment.