Skip to content

Commit

Permalink
Adjusted unit test expectations (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Nov 6, 2023
1 parent bfc7d2c commit 8938387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-MRE.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ test_that("tSNE is computed", {
test_that("Cluster plots output is as expexted", {
expect_equivalent(
object = Jaccard(sc, Clustering = "K-means", K = 2, plot = FALSE, R = 5),
expected = c(.417, .413),
expected = c(.683, .624),
tolerance = .01
)
expect_equal(
Expand Down

0 comments on commit 8938387

Please sign in to comment.