Skip to content

Commit

Permalink
remove cmdstanr line printing blurb
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Nov 1, 2024
1 parent 10160fe commit 2ac59cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sessions/forecast-visualisation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,9 @@ The best way to interact with the material is via the [Visual Editor](https://do

We set a random seed for reproducibility.
Setting this ensures that you should get exactly the same results on your computer as we do.
We also set an option that makes `cmdstanr` show line numbers when printing model code.
This is not strictly necessary but will help us talk about the models.

```{r}
set.seed(123)
options(cmdstanr_print_line_numbers = TRUE)
```

:::
Expand Down

0 comments on commit 2ac59cc

Please sign in to comment.