Skip to content

Commit

Permalink
fix save_pattern swf
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienLeGuillou committed Oct 25, 2024
1 parent 8f952fe commit d043915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions R/netsim_scenarios.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ step_tmpl_netsim_scenarios <- function(path_to_x, param, init, control,
#'
#' @param scenarios_list A list of scenarios to be run. Produced by the
#' \code{EpiModel::create_scenario_list} function
#' @param ... for compatibility reasons
#'
#' @inheritParams netsim_run_one_scenario
#' @inheritSection netsim_run_one_scenario Checkpointing
Expand Down
2 changes: 1 addition & 1 deletion R/swfcalib_helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ make_calibrated_scenario <- function(calib_object) {
#' @inheritParams netsim_scenarios_setup
netsim_swfcalib_output_setup <- function(path_to_x, param, init, control,
calib_object, n_rep, n_cores,
output_dir, libraries, save_pattern) {
output_dir, libraries) {
scenarios_list <- NULL
p_list <- netsim_scenarios_setup(
path_to_x, param, init, control,
Expand Down

0 comments on commit d043915

Please sign in to comment.