Skip to content

Commit

Permalink
remove testing of refit times as it varies, run-extended
Browse files Browse the repository at this point in the history
  • Loading branch information
helske committed Apr 8, 2024
1 parent 320f3fe commit 88bf8ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-cmdstanr.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ test_that("LOO and LFO works for AR(1) model estimated with cmdstanr", {
expect_error(plot(l), NA)

l <- lfo(fit, L = 20)
expect_equal(l$refit_times, c(20L, 57L))
expect_equal(l$ELPD, -91.5427292742266, tolerance = 1)
expect_equal(l$ELPD_SE, 7.57777033647258, tolerance = 1)
expect_error(plot(l), NA)
Expand Down

0 comments on commit 88bf8ab

Please sign in to comment.