Skip to content

Commit

Permalink
Fixed a test.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Sep 5, 2024
1 parent 7b0815c commit b6fc291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-findDistance.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test_that("findDistance works in parallel", {

out <- findDistance(Y, k=8)
dist <- findDistance(Y, k=8, num.threads=2)
expect_identical(out[,8], dist)
expect_identical(out, dist)
})

test_that("findDistance works with subsets", {
Expand Down

0 comments on commit b6fc291

Please sign in to comment.