Skip to content

Commit

Permalink
Fix vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
doccstat committed Apr 4, 2024
1 parent 65048ec commit 6fdc1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/comparison-packages.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ The true change points are 80, 200 and 320.
```

```{r lasso-fastcpd-testthat, include = FALSE}
testthat::expect_equal(fastcpd_result, c(79, 199, 321))
testthat::expect_equal(fastcpd_result, c(79, 199, 320))
```

```{r lasso-strucchange, eval = FALSE}
Expand Down

0 comments on commit 6fdc1e6

Please sign in to comment.