removed redudant variable definition
This commit is contained in:
parent
cea3f9a0e5
commit
3f08326308
|
|
@ -397,11 +397,9 @@ main <- function() {
|
||||||
message(strrep("=", 70))
|
message(strrep("=", 70))
|
||||||
|
|
||||||
# Define variables needed for workflow functions
|
# Define variables needed for workflow functions
|
||||||
reports_dir <- file.path(setup$reports_dir, "kpis")
|
|
||||||
data_dir <- setup$data_dir
|
data_dir <- setup$data_dir
|
||||||
|
|
||||||
|
|
||||||
# Load field boundaries for workflow (use data_dir from setup)
|
# Load field boundaries for workflow (use data_dir from setup)
|
||||||
message("\nLoading field boundaries for KPI calculation...")
|
message("\nLoading field boundaries for KPI calculation...")
|
||||||
tryCatch({
|
tryCatch({
|
||||||
boundaries_result <- load_field_boundaries(setup$data_dir)
|
boundaries_result <- load_field_boundaries(setup$data_dir)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue