Skip to content

Commit

Permalink
remove outdated TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Nov 12, 2024
1 parent 6e5a68d commit d0a6218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/adjust-numeric-range.R
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ tunable.numeric_range <- function(x, ...) {
tibble::tibble(
name = c("lower_limit", "upper_limit"),
call_info = list(
list(pkg = "dials", fun = "lower_limit"), # todo make these dials functions
list(pkg = "dials", fun = "lower_limit"),
list(pkg = "dials", fun = "upper_limit")
),
source = "tailor",
Expand Down

0 comments on commit d0a6218

Please sign in to comment.