Skip to content

Commit

Permalink
allow show_expections argument
Browse files Browse the repository at this point in the history
  • Loading branch information
helske committed May 9, 2024
1 parent 5e4b069 commit 65c77b8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions R/dynamite.R
Original file line number Diff line number Diff line change
Expand Up @@ -551,9 +551,10 @@ check_stan_args <- function(dots, verbose, backend) {
"threads_per_chain", "opencl_ids", "iter_warmup", "iter_sampling",
"save_warmup", "thin", "max_treedepth", "adapt_engaged", "adapt_delta",
"step_size", "metric", "metric_file", "inv_metric", "init_buffer",
"term_buffer", "window", "fixed_param", "show_messages", "diagnostics",
"cores", "num_cores", "num_chains", "num_warmup", "num_samples",
"validate_csv", "save_extra_diagnostics", "max_depth", "stepsize"
"term_buffer", "window", "fixed_param", "show_messages",
"show_exceptions", "diagnostics", "cores", "num_cores", "num_chains",
"num_warmup", "num_samples", "validate_csv", "save_extra_diagnostics",
"max_depth", "stepsize"
)
)
valid_args <- dots_names %in% args
Expand Down

0 comments on commit 65c77b8

Please sign in to comment.