We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f0a22 commit d23d79eCopy full SHA for d23d79e
1 file changed
tests/testthat/test_methods.R
@@ -21,6 +21,9 @@ x_test_cut <- as.matrix(x_test[, -c(1:2)])
21
RNGkind("Mersenne-Twister", "Inversion", "Rejection")
22
set.seed(2025)
23
Sys.setenv(OMP_NUM_THREADS = 1)
24
+Sys.setenv(OMP_DYNAMIC = "FALSE")
25
+Sys.setenv(MKL_NUM_THREADS = 1)
26
+options(digits = 17)
27
stat_adj <- statistical(x_test_cut,
28
model = c("clr", "aracne", "pearson", "spearman"))
29
stat_adj_thr <- threshold(am = stat_adj, type = "top2", args = list(n = 10))
0 commit comments