Skip to content

Commit

Permalink
update multistep default value to FALSE
Browse files Browse the repository at this point in the history
  • Loading branch information
mitokic committed Apr 18, 2024
1 parent eb2631b commit 4390fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/prep_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ prep_data <- function(run_info,
lag_periods = NULL,
rolling_window_periods = NULL,
recipes_to_run = NULL,
multistep_horizon = TRUE) {
multistep_horizon = FALSE) {
cli::cli_progress_step("Prepping Data")

# check input values
Expand Down

0 comments on commit 4390fb5

Please sign in to comment.