Closed aaronmberger-nwfsc closed 10 months ago
Does this make more sense
It's fixed. You need to re-download the base model. Once loaded you can check this by looking at
base_model$mcmcvals$dm_weight_survey_median
Kelli fixed the bug awhile ago but the routine to build the RDS file hadn't been run again since so it remained the same as the value in base_model$mcmcvals$dm_weight_fishery_median
Yes, those numbers match my hand calculations, so all good.
The value loaded into mcmcvals for the dm_weight_survey_median is incorrect. It currently is loaded with the value for dm_weight_fishery_median. These are used in the sensitivity section to auto-populated the correct values. I've updated the text to be correct once the this is fixed.
I tracked the issue back to load-mcmc-vals.R, but have stopped there.