Skip to content

Commit 24b605a

Browse files
Fixed typo in vignette: num_cores argument was missing from fit_model()
1 parent 9059c69 commit 24b605a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vignettes/handwriter.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ In this example, we use 4000 MCMC iterations for the model. The inputs `writer_i
9797
model <- fit_model(template_dir = "path/to/main_dir",
9898
model_images_dir = "path/to/main_dir/data/model_docs",
9999
num_iters = 4000,
100-
num_chains = 1,
100+
num_chains = 1,
101+
num_cores = 2,
101102
writer_indices = c(7, 10),
102103
doc_indices = c(11, 14))
103104
```

0 commit comments

Comments
 (0)