Skip to content

Commit

Permalink
fixed bug in export_model_parameters regarding folder argument
Browse files Browse the repository at this point in the history
  • Loading branch information
JFeldbauer committed Oct 14, 2024
1 parent d09a1c2 commit 36cdedd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/export_model_parameters.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ export_model_parameters <- function(config_file,
}

tryCatch({input_config_value(model = i,
file = model_config,
file = basename(model_config),
folder = dirname(model_config),
label = label,
key = key,
value = master_config[["model_parameters"]][[i]][[j]])
Expand Down

0 comments on commit 36cdedd

Please # to comment.