Skip to content

Commit 7e1a4de

Browse files
committed
Update test_methods.R
1 parent d23d79e commit 7e1a4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test_methods.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set.seed(2025)
2323
Sys.setenv(OMP_NUM_THREADS = 1)
2424
Sys.setenv(OMP_DYNAMIC = "FALSE")
2525
Sys.setenv(MKL_NUM_THREADS = 1)
26-
options(digits = 17)
26+
options(digits = 30)
2727
stat_adj <- statistical(x_test_cut,
2828
model = c("clr", "aracne", "pearson", "spearman"))
2929
stat_adj_thr <- threshold(am = stat_adj, type = "top2", args = list(n = 10))

0 commit comments

Comments
 (0)