Skip to content

Commit

Permalink
Clarify fn description
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Sep 18, 2023
1 parent 92186df commit 406af6c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion R/validate_model_data.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Validate a submitted model data file
#' Validate the contents of a submitted model data file
#'
#' @inheritParams check_tbl_unique_round_id
#' @inheritParams validate_model_file
Expand Down
4 changes: 2 additions & 2 deletions R/validate_model_file.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Valid properties of a model output file.
#' Valid file level properties of a submitted model output file.
#'
#' @inheritParams check_tbl_colnames
#' @param validations_cfg_path Path to `validations.yml` file. If `NULL`
Expand Down Expand Up @@ -56,7 +56,7 @@ validate_model_file <- function(hub_path, file_path,
if (is_error(checks$file_format)) {
return(checks)
}

checks$metadata_exists <- check_submission_metadata_file_exists(
hub_path = hub_path,
file_path = file_path
Expand Down
4 changes: 2 additions & 2 deletions man/validate_model_data.Rd

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

4 changes: 2 additions & 2 deletions man/validate_model_file.Rd

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

0 comments on commit 406af6c

Please sign in to comment.