Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lshandross committed Jun 20, 2024
1 parent b234c4c commit 63f28f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/linear_pool_quantile.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#' @inherit linear_pool params details
#'
#' @return a `model_out_tbl` object of ensemble predictions for the `quantile` output type.
#' @importFrom rlang .data

linear_pool_quantile <- function(model_outputs, weights = NULL,
weights_col_name = "weight",
Expand Down
1 change: 1 addition & 0 deletions R/validate_output_type_ids.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#' are `mean`, `quantile`, `cdf`, `pmf`, and `sample`.
#'
#' @return no return value
#' @importFrom rlang .data

validate_output_type_ids <- function(model_outputs, task_id_cols) {
same_output_id <- model_outputs |>
Expand Down

0 comments on commit 63f28f7

Please sign in to comment.