Skip to content

Commit

Permalink
also in validate function
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJones687 committed Oct 9, 2023
1 parent 17bedcf commit 4c95c9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/validate.R
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,8 @@ validate <- function(infected_years_file,

if (config$multiple_random_seeds && is.null(config$file_random_seeds) &&
dir.exists(config$output_folder_path)) {
write.csv(config$random_seeds, paste0(config$output_folder_path, "validation_random_seeds.csv"))
write.csv(config$random_seeds, paste0(config$output_folder_path, "validation_random_seeds.csv"),
row.names = FALSE)

}

Expand Down

0 comments on commit 4c95c9e

Please sign in to comment.