We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 656470e commit c78d2cbCopy full SHA for c78d2cb
DESCRIPTION
@@ -13,7 +13,8 @@ Imports:
13
doParallel,
14
parallel,
15
utils,
16
- foreach
+ foreach,
17
+ bisilhouette
18
RoxygenNote: 7.3.2
19
Suggests:
20
testthat (>= 3.0.0)
tests/testthat/test-resnmtf.R
@@ -58,7 +58,7 @@ data <- list(
58
)
59
test_that("get warning for negative matrix", {
60
expect_warning(
61
- apply_resnmtf(-data[[1]], k_max = 4),
+ apply_resnmtf(list(-data[[1]]), k_max = 4),
62
"Matrix is not non-negative. Has been made non-negative."
63
64
})
0 commit comments