Skip to content

Commit

Permalink
removed a space
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed May 11, 2023
1 parent 610fb6d commit bf9459c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/create.R
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ create_gp_data <- function(gp = gp_opts(), data) {
ls_min = gp$ls_min,
ls_max = data$t - data$seeding_time - data$horizon,
alpha_sd = gp$alpha_sd,

gp_type = data.table::fcase(
gp$kernel == "se", 0,
gp$kernel == "matern", 1,
Expand Down

0 comments on commit bf9459c

Please sign in to comment.