Skip to content

Commit

Permalink
edit multihost checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJones687 committed Dec 25, 2023
1 parent 56698c7 commit 6bf155f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/configuration.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ configuration <- function(config) {

# check that multi-host dimensions are ensured
multihost_check <-
multihost_checks(infected_file_list, host_file_list, competency_table, pest_host_table)
multihost_checks(config$infected_file_list, config$host_file_list, config$competency_table,
config$pest_host_table)
if (multihost_check$checks_passed) {
config$host_names <- multihost_check$host_names
config$pest_host_table_list <- multihost_check$pest_host_table_list
Expand Down

0 comments on commit 6bf155f

Please sign in to comment.