Skip to content

Commit

Permalink
Update max tips
Browse files Browse the repository at this point in the history
  • Loading branch information
ms609 committed Jan 10, 2025
1 parent cc53c88 commit 2175585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-tree_distance_nni.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test_that("NNIDist() handles exceptions", {
})

test_that("NNIDist() at NNI_MAX_TIPS", {
maxTips <- 4096
maxTips <- 2048
n <- .NNIDistSingle(PectinateTree(maxTips), BalancedTree(maxTips),
maxTips)
expect_gt(n[["best_upper"]], n[["best_lower"]])
Expand Down

0 comments on commit 2175585

Please sign in to comment.