chore: Comment out return statement in calculate_weed_presence_kpi function for debugging

This commit is contained in:
Timon 2026-02-17 08:00:03 +01:00
parent a1fc01632a
commit e7ab4295cf
2 changed files with 6 additions and 6 deletions

View file

@ -392,10 +392,10 @@ calculate_weed_presence_kpi <- function(ci_pixels_by_field) {
# } # }
# Convert accumulated list to data frame in a single operation # Convert accumulated list to data frame in a single operation
field_results <- do.call(rbind, lapply(results_list, as.data.frame)) # field_results <- do.call(rbind, lapply(results_list, as.data.frame))
#
return(field_results) # return(field_results)
} #}
# ============================================================================ # ============================================================================
# KPI ORCHESTRATOR AND REPORTING # KPI ORCHESTRATOR AND REPORTING

View file

@ -449,8 +449,8 @@ rmarkdown::render(
# rmarkdown::render( # rmarkdown::render(
rmarkdown::render( rmarkdown::render(
"r_app/91_CI_report_with_kpis_cane_supply.Rmd", "r_app/91_CI_report_with_kpis_cane_supply.Rmd",
params = list(data_dir = "angata", report_date = as.Date("2026-02-04")), params = list(data_dir = "angata", report_date = as.Date("2026-02-16")),
output_file = "SmartCane_Report_basemap_test.docx", output_file = "SmartCane_Report_Angata_2026-02-16.docx",
output_dir = "laravel_app/storage/app/angata/reports" output_dir = "laravel_app/storage/app/angata/reports"
) )
# #