removed redudant variable definition

This commit is contained in:
DimitraVeropoulou 2026-02-16 12:12:16 +01:00
parent cea3f9a0e5
commit 3f08326308

View file

@ -397,11 +397,9 @@ main <- function() {
message(strrep("=", 70))
# Define variables needed for workflow functions
reports_dir <- file.path(setup$reports_dir, "kpis")
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...")
tryCatch({
boundaries_result <- load_field_boundaries(setup$data_dir)