Skip to content

Commit

Permalink
Update test-tree_distance_path.R
Browse files Browse the repository at this point in the history
  • Loading branch information
ms609 committed Jun 26, 2024
1 parent 2d6dcdf commit 214a818
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/testthat/test-tree_distance_path.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,5 @@ test_that("PathDist() equivalent to path.dist()", {

postTrees <- Postorder(as.phylo(0:5, 182))
expect_equal(PathDist(postTrees), phangorn::path.dist(postTrees))
ub <- microbenchmark::microbenchmark
ub(PathDist(postTrees), phangorn::path.dist(postTrees))
pv <- profvis::profvis
pv(ub(PathDist(postTrees), phangorn::path.dist(postTrees)))
})

0 comments on commit 214a818

Please sign in to comment.