Skip to content

Commit

Permalink
comment out unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea-Havron-NOAA committed Jun 20, 2024
1 parent 0ac811d commit 503f835
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/testthat/test-multivariate-prior.R
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ for(i in seq_along(mean_sdr)){
message("multivariate prior test complete")


DataLL$finalize(opt$par)
GrowthMVPrior$finalize(opt$par)
DataLL$log_likelihood_vec
GrowthMVPrior$log_likelihood_vec
sum(DataLL$log_likelihood_vec) + GrowthMVPrior$log_likelihood_vec
opt$objective
# DataLL$finalize(opt$par)
# GrowthMVPrior$finalize(opt$par)
# DataLL$log_likelihood_vec
# GrowthMVPrior$log_likelihood_vec
# sum(DataLL$log_likelihood_vec) + GrowthMVPrior$log_likelihood_vec
# opt$objective
#Fully Bayesian
test_that("test_tmbstan", {
skip("skip test tmbstan")
Expand Down

0 comments on commit 503f835

Please sign in to comment.