Skip to content

Commit

Permalink
Use two chains as a work-around for stan-dev/cmdstanr#1050.
Browse files Browse the repository at this point in the history
  • Loading branch information
tillahoffmann committed Dec 12, 2024
1 parent 665e7dd commit d91b3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting_started/getting_started.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ model <- cmdstan_model(
)
fit <- model$sample(
data = list(n = 100, sigma = 1, length_scale = 0.1, period = 1),
chains = 1,
chains = 2,
iter_warmup = 500,
iter_sampling = 50
)
Expand Down

0 comments on commit d91b3a8

Please sign in to comment.