Skip to content

Commit

Permalink
fix failing mkl test on cran
Browse files Browse the repository at this point in the history
  • Loading branch information
gdkrmr committed Mar 11, 2022
1 parent ba0f1fe commit 823e833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_quality.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test_that("Q_local ndim", {
irisData <- loadDataSet("Iris")
irisData <- irisData[!duplicated(irisData@data)]

parsPCA <- list(center = TRUE, scale. = TRUE, ndim = 4)
parsPCA <- list(center = TRUE, scale. = FALSE, ndim = 4)
resPCA <- do.call(function(...) embed(irisData, "PCA", ...), parsPCA)

tmp <- sapply(1:4, function(x) quality(resPCA, "Q_local", ndim = x))
Expand Down

0 comments on commit 823e833

Please sign in to comment.