Skip to content

Commit

Permalink
Update docs to make them more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosbosse committed Nov 20, 2023
1 parent c33212e commit 67768c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions R/check-inputs-scoring-functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ check_input_point <- function(observed, predicted) {
}


#' Assert Inputs Have Matching Dimensions
#' @title Assert Inputs Have Matching Dimensions
#' @description Function assesses whether input dimensions match. In the
#' following, n is the number of observations / forecasts. Scalar values may
#' be repeated to match the length of the other input.
Expand Down Expand Up @@ -247,7 +247,7 @@ assert_dims_ok_point <- function(observed, predicted) {
}


#' Assert Inputs For Binary And Point Forecasts Have Matching Dimensions
#' @title Check Inputs Have Matching Dimensions
#' @inherit assert_dims_ok_point params description
#' @inherit document_check_functions return
#' @keywords check-inputs
Expand Down
2 changes: 1 addition & 1 deletion man/check_dims_ok_point.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 67768c5

Please sign in to comment.