Skip to content

Commit

Permalink
rm sort reuse option
Browse files Browse the repository at this point in the history
  • Loading branch information
Anirban166 authored Oct 3, 2024
1 parent b0c10f5 commit ba72deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/atime/tests.R
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ test.list <- atime::atime_test_list(
# Improvement discussed in and brought by https://github.com/Rdatatable/data.table/pull/4386
"forderv improved in #4386" = atime::atime_test(
setup = {
options(datatable.forder.auto.index = TRUE, datatable.forder.reuse.sorting = TRUE)
options(datatable.forder.auto.index = TRUE)
set.seed(1)
dt <- data.table(index = sample(N), values = sample(N))
data.table:::forderv(dt, "index") # Initial sort to create the index and initialize caching
Expand Down

0 comments on commit ba72deb

Please sign in to comment.