Skip to content

Commit 4d335f2

Browse files
committed
Remove unneeded tests
1 parent 6c1e4e3 commit 4d335f2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/testthat/test-mcmc-diagnostics.R

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,6 @@ test_that("'description' & 'rating' columns are correct (#176)", {
7979
expect_equal(df$description, expected_descriptions)
8080
})
8181

82-
test_that("diagnostic color helpers use neff_ratio consistently", {
83-
expect_no_error(scale_color_diagnostic("neff_ratio"))
84-
expect_no_error(scale_fill_diagnostic("neff_ratio"))
85-
expect_no_error(diagnostic_color_scale("neff_ratio", aesthetic = "color"))
86-
})
87-
8882
test_that("mcmc_acf & mcmc_acf_bar return a ggplot object", {
8983
expect_gg(mcmc_acf(arr, pars = "beta[1]", regex_pars = "x\\:[2,5]"))
9084
expect_gg(mcmc_acf_bar(arr, pars = "beta[1]", regex_pars = "x\\:[2,5]"))

0 commit comments

Comments
 (0)