Skip to content

Commit 74dddc4

Browse files
committed
fix: save custom_params regardless the case #271
1 parent 66f7f51 commit 74dddc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/R/inputs.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,7 @@ robyn_inputs <- function(dt_input = NULL,
294294
nevergrad_algo = nevergrad_algo,
295295
trials = trials,
296296
hyperparameters = hyperparameters,
297-
calibration_input = calibration_input,
298-
custom_params = list(...)
297+
calibration_input = calibration_input
299298
)
300299

301300
### Use case 1: running robyn_inputs() for the first time
@@ -328,6 +327,7 @@ robyn_inputs <- function(dt_input = NULL,
328327
output <- robyn_engineering(InputCollect = InputCollect, ...)
329328
}
330329
}
330+
output$custom_params <- list(...)
331331
return(output)
332332
}
333333

0 commit comments

Comments
 (0)