Skip to content

Commit

Permalink
Update tests.R
Browse files Browse the repository at this point in the history
  • Loading branch information
DorisAmoakohene committed Jun 5, 2024
1 parent 6089cbf commit 165516e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ci/atime/tests.R
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ test.list <- atime::atime_test_list(
dt <- data.table(
id = seq_len(N),
val = rnorm(N))
dt
},
expr = data.table:::`[.data.table`(dt, , .(vs = (sum(val))), by = .(id)),
Before = "be2f72e6f5c90622fe72e1c315ca05769a9dc854", # Parent of the regression causing commit (https://github.com/Rdatatable/data.table/commit/e793f53466d99f86e70fc2611b708ae8c601a451) in the PR that introduced the issue (https://github.com/Rdatatable/data.table/pull/4491/commits)
Expand Down

0 comments on commit 165516e

Please sign in to comment.