Skip to content

Commit

Permalink
Merge pull request #1 from sallyhong/sallyhong-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sallyhong committed Aug 30, 2022
2 parents f6e381d + ae76ba8 commit 8c06205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/R/checks.R
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ check_hyperparameters <- function(hyperparameters = NULL, adstock = NULL,
"%s hyperparameter values are required, and %s were provided.",
"\n Use hyper_names() function to help you with the correct hyperparameters names."
),
total, total_in
total_in, total
))
}
# Old workflow: replace exposure with spend hyperparameters
Expand Down

0 comments on commit 8c06205

Please sign in to comment.