Skip to content

Commit

Permalink
Swapped to 1 core for check passing purposes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tess-LaCoil committed Dec 8, 2024
1 parent 30c9cf9 commit e869b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/von-bertalanffy.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The workflow for the second example is the same as the first, with the change in
```{r}
lizard_vb_fit <- hmde_model("vb_multi_ind") |>
hmde_assign_data(data = Lizard_Size_Data) |>
hmde_run(chains = 4, cores = 4, iter = 2000)
hmde_run(chains = 4, cores = 1, iter = 2000)
lizard_estimates <- hmde_extract_estimates(model = "vb_multi_ind",
fit = lizard_vb_fit,
Expand Down

0 comments on commit e869b2f

Please sign in to comment.