Skip to content

Commit c9d3d74

Browse files
committed
undo test
1 parent 81b3657 commit c9d3d74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

inst/tests/tests.Rraw

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15727,8 +15727,7 @@ 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-
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))
15730+
DT = data.table(d=sample(seq(as.Date("2015-01-01"), as.Date("2015-01-05"), by="days"), 20, replace=TRUE))
1573215731
test(2070.01, typeof(DT$d), "double")
1573315732
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")
1573415733

0 commit comments

Comments
 (0)