Skip to content

Commit

Permalink
trying to fix github action failure
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneSullivan-NOAA committed Aug 26, 2024
1 parent 545fef9 commit 2505575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/ex4_model_validation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The key questions we aim to answer are:

First, we run the model for each stock. The AI Pcod model (pcod_mod) uses a single process error to describe the stock over time (one parameter). The GOA thornyhead rockfish model (thrn_mod) uses three process errors and data from two surveys (bottom trawl and longline survey) to describe the stock over time (six parameters; three sur).

```{r data and model prep, fig.keep='all', message=FALSE, warning=FALSE}
```{r data and model prep, eval=FALSE, message=FALSE, warning=FALSE}
set.seed(415) # for reproducibility, use a seed
Expand Down

0 comments on commit 2505575

Please sign in to comment.