Skip to content

Commit d5241aa

Browse files
committed
redo test
1 parent 15f5925 commit d5241aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/tests.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,6 @@ test_that("dlm_trends works", {
283283
#d <- try(dlm_trends(fit), silent=TRUE)
284284
d <- dlm_trends(fit)
285285
#expect(class(d) == "list")
286-
expect_equal(as.numeric(round(d$b_varying$estimate[1:5], 2)), c(0.61, 0.6, 0.63, 0.42, -0.08))
286+
expect_equal(as.numeric(round(d$b_varying$estimate[1:5], 2)), c(0.31,0.12, -0.35, -0.69, -0.62))
287287
})
288288

0 commit comments

Comments
 (0)