Skip to content

Commit

Permalink
no longer need to skip nested expression
Browse files Browse the repository at this point in the history
  • Loading branch information
joethorley committed Oct 5, 2023
1 parent f1c6148 commit a0106d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-zzz-analyse.R
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@ random_effects = list(bSiteYear = c("Site", "YearFactor")))
tidy <- tidy(analysis)
expect_identical(colnames(tidy), c("term", "estimate", "lower", "upper", "esr", "rhat"))

skip("Vectorization of the above embedded nested expression not working due to {{ }}")
year <- predict(analysis, new_data = "Year")

ppc <- posterior_predictive_check(analysis)
Expand Down

0 comments on commit a0106d5

Please sign in to comment.