Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveBronder committed Jan 18, 2024
1 parent 0b9d4bd commit 7e8f643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/args.R
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ validate_variational_args <- function(self) {
if (!is.null(self$eval_elbo)) {
self$eval_elbo <- as.integer(self$eval_elbo)
}
checkmate::assert_inset_cmdstan_pathtegerish(self$output_samples, null.ok = TRUE,
checkmate::assert_integerish(self$output_samples, null.ok = TRUE,
lower = 1, len = 1, .var.name = "draws")
if (!is.null(self$output_samples)) {
self$output_samples <- as.integer(self$output_samples)
Expand Down

0 comments on commit 7e8f643

Please sign in to comment.