Skip to content

Commit 29adbbb

Browse files
committed
fix fast commit
1 parent 18662cc commit 29adbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/atime/tests.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ test.list <- atime::atime_test_list(
259259
},
260260
expr = data.table:::as.data.table.array(arr, na.rm=FALSE),
261261
Slow = "73d79edf8ff8c55163e90631072192301056e336", # Parent of the first commit in the PR (https://github.com/Rdatatable/data.table/commit/8397dc3c993b61a07a81c786ca68c22bc589befc)
262-
Fast = "653e2eee6d280335fe4be60845e037c039b66b38"), # Last commit in the PR (https://github.com/Rdatatable/data.table/pull/7019/commits) that fixes the slow code
262+
Fast = "8397dc3c993b61a07a81c786ca68c22bc589befc"), # Commit in the PR (https://github.com/Rdatatable/data.table/pull/7019/commits) that removes inefficiency
263263

264264
tests=extra.test.list)
265265
# nolint end: undesirable_operator_linter.

0 commit comments

Comments
 (0)