Skip to content

Commit e6d4fd1

Browse files
committed
pval.thresh=0.001
1 parent 5cf76bf commit e6d4fd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/atime/tests.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
pval.thresh <- 0.001 # to reduce false positives.
2+
13
# Test case adapted from https://github.com/Rdatatable/data.table/issues/6105#issue-2268691745 which is where the issue was reported.
24
# https://github.com/Rdatatable/data.table/pull/6107 fixed performance across 3 ways to specify a column as Date, and we test each individually.
35
extra.args.6107 <- c(

0 commit comments

Comments
 (0)