Skip to content

Commit

Permalink
Update R/model.R
Browse files Browse the repository at this point in the history
just reindenting
  • Loading branch information
jgabry authored Nov 1, 2023
1 parent 0526f11 commit ec7f6c0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions R/model.R
Original file line number Diff line number Diff line change
Expand Up @@ -1874,15 +1874,15 @@ CmdStanModel$set("public", name = "variational", value = variational)
#' @inherit cmdstan_model examples
#'
pathfinder <- function(data = NULL,
seed = NULL,
refresh = NULL,
init = NULL,
save_latent_dynamics = FALSE,
output_dir = NULL,
output_basename = NULL,
sig_figs = NULL,
opencl_ids = NULL,
num_threads = NULL,
seed = NULL,
refresh = NULL,
init = NULL,
save_latent_dynamics = FALSE,
output_dir = NULL,
output_basename = NULL,
sig_figs = NULL,
opencl_ids = NULL,
num_threads = NULL,
init_alpha = NULL,
tol_obj = NULL,
tol_rel_obj = NULL,
Expand Down

0 comments on commit ec7f6c0

Please sign in to comment.