Skip to content

Commit b40b684

Browse files
committed
escape GForce for old test
1 parent 851ce78 commit b40b684

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inst/tests/tests.Rraw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14743,7 +14743,7 @@ DT = data.table(
1474314743
Date2 = .Date(c(17459.1561177987, 17451.1086757995, 17449.0820898537, 17443.1175238448, 17461.0463715783, 17448.1033968224))
1474414744
)
1474514745
DT[ , DiffTime := abs(difftime(Date1, Date2, units = 'days'))]
14746-
test(2042.4, DT[ , round(mean(DiffTime)), by=Group, verbose=TRUE],
14746+
test(2042.4, DT[ , base::round(mean(DiffTime)), by=Group, verbose=TRUE],
1474714747
data.table(Group=c("A", "B", "C"), V1=structure(c(16, 8, 12), class="difftime", units="days")),
1474814748
output="Old mean optimization is on, left j unchanged.*GForce.*FALSE")
1474914749

0 commit comments

Comments
 (0)