pacific-hake / hake-assessment

:zap: :fish: Build the assessment document using latex and knitr
MIT License
13 stars 7 forks source link

Survey posterior fits figure not working #1137

Closed aaronmberger-nwfsc closed 5 months ago

aaronmberger-nwfsc commented 5 months ago

This figure doesn't build for me anymore (in assessment presentation but also in general). Any changes recently that would have affected that?

plot_selex_posteriors(base_model,
                      type = "survey",
                      age_range = c(1, 8),
                      n_posts = 1000,
                      post_med_line_color = "red3",
                      unc_line_color = "red3",
                      glow = TRUE)
andrew-edwards commented 5 months ago

No longer working for me either; I just hadn't noticed in the build.

cgrandin commented 5 months ago

It's caused by my fix for the fishery one from last week. They use the same code and the end yr is different, so when I fixed the end yr for the fishery, it broke the survey one. I am now running load_extra_mcmc() with the fix.

cgrandin commented 5 months ago

Need the new base model RDS