Skip to content

Commit

Permalink
fix GP test
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Aug 14, 2024
1 parent 128c592 commit 6fd326f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-create_gp_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test_that("create_gp_data returns correct default values when GP is disabled", {
})

test_that("create_gp_data sets correct gp_type and nu for different kernels", {
data <- list(t = 30, seeding_time = 7, horizon = 7, future_fixed = 0, fixed_from = 0)
data <- list(t = 30, seeding_time = 7, horizon = 7, future_fixed = 0, fixed_from = 0, stationary = 0)

gp <- gp_opts(kernel = "se")
gp_data <- create_gp_data(gp, data)
Expand Down

0 comments on commit 6fd326f

Please sign in to comment.