Skip to content

Commit

Permalink
Merge pull request #57 from MichaelChirico/patch-1
Browse files Browse the repository at this point in the history
Optionally skip test requiring irlba
  • Loading branch information
jkrijthe authored Jun 14, 2024
2 parents 47ee0ba + 1657518 commit 4a83e12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test_Rtsne.R
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ test_that("Continuing from initialization gives approximately the same result as
})

test_that("partial_pca FALSE and TRUE give similar results", {
skip_if_not_installed("irlba")

# Only first few iterations
iter_equal <- 5
Expand Down

0 comments on commit 4a83e12

Please sign in to comment.