Skip to content

Commit

Permalink
fix tmbstan warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea-Havron-NOAA committed Jun 25, 2024
1 parent 6682441 commit e588ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-multivariate-prior.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ for(i in seq_along(mean_sdr)){


#Fully Bayesian
fit <- tmbstan::tmbstan(obj, init = "best.last.par", iter = 4000)
fit <- tmbstan::tmbstan(obj)
#pairs(fit, pars=names(obj$par))
#traceplot(fit, pars=names(obj$par), inc_warmup=TRUE)
postmle <- as.matrix(fit)
Expand Down

0 comments on commit e588ee8

Please sign in to comment.