Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nicholasjclark/mvgam
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasjclark committed Nov 24, 2024
2 parents 50351a3 + a92ee31 commit e45e01d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-mvgam-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,9 @@ test_that("plot_mvgam_series gives reasonable outputs", {
series = 'all'))

# And for mvgam objects
expect_no_error(plot_mvgam_series(object = mvgam:::mvgam_example1,
expect_ggplot(plot_mvgam_series(object = mvgam:::mvgam_example1,
series = 1))
expect_ggplot(plot(mvgam:::mvgam_example1, type = 'series'))
expect_no_error(plot(mvgam:::mvgam_example1, type = 'series'))
})

test_that("forecast and ensemble have reasonable outputs", {
Expand Down

0 comments on commit e45e01d

Please sign in to comment.