Skip to content

Commit

Permalink
Merge pull request #9 from certara/utilities_update
Browse files Browse the repository at this point in the history
data_validation was not stopping
  • Loading branch information
certara-mtalley committed Jan 9, 2024
2 parents 9254cfc + 681b9eb commit ef9c2f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ data_validation <- function(tab, list_pop_param, cov_continuous, cov_factors) {
errors <- c(errors, error_message)
}
}
return(errors)

if (length(errors) > 0) {
stop(paste0(errors, sep = "\n"), call. = FALSE)
Expand Down

0 comments on commit ef9c2f6

Please sign in to comment.