Skip to content

Commit

Permalink
sanity bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Oct 23, 2024
1 parent 7366f08 commit b8a9b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/sanity.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sanitize_i <- function(i, x, pre_group_i = FALSE, lazy = TRUE) {
attr(out, "head") <- integer()
} else {
out <- seq_len(nrow(x))
attr(out, "null") <- TRUE
attr(out, "null") <- FALSE
attr(out, "body") <- out[out > 0]
attr(out, "head") <- out[out < 1]
}
Expand Down

0 comments on commit b8a9b0b

Please sign in to comment.