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 d23d79e commit 7e1a4deCopy full SHA for 7e1a4de
tests/testthat/test_methods.R
@@ -23,7 +23,7 @@ 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)
+options(digits = 30)
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