Skip to content

Commit e171500

Browse files
committed
Revert "undo test"
This reverts commit c9d3d74.
1 parent c9d3d74 commit e171500

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

inst/tests/tests.Rraw

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15727,7 +15727,8 @@ DT = data.table(z = 1i)
1572715727
test(2069.33, DT[DT, on = 'z'], error = "Type 'complex' is not supported for joining/merging")
1572815728

1572915729
# forder verbose message when !isReallyReal Date, #1738
15730-
DT = data.table(d=sample(seq(as.Date("2015-01-01"), as.Date("2015-01-05"), by="days"), 20, replace=TRUE))
15730+
date_dbl = as.Date(as.double(seq(as.Date("2015-01-01"), as.Date("2015-01-05"), by="days")), origin="1970-01-01")
15731+
DT = data.table(d=sample(date_dbl, 20, replace=TRUE))
1573115732
test(2070.01, typeof(DT$d), "double")
1573215733
test(2070.02, DT[, .N, keyby=d, verbose=TRUE], output="Column 1.*date.*8 byte double.*no fractions are present.*4 byte integer.*to save space and time")
1573315734

0 commit comments

Comments
 (0)