chore: Comment out return statement in calculate_weed_presence_kpi function for debugging
This commit is contained in:
parent
a1fc01632a
commit
e7ab4295cf
|
|
@ -392,10 +392,10 @@ calculate_weed_presence_kpi <- function(ci_pixels_by_field) {
|
|||
# }
|
||||
|
||||
# Convert accumulated list to data frame in a single operation
|
||||
field_results <- do.call(rbind, lapply(results_list, as.data.frame))
|
||||
|
||||
return(field_results)
|
||||
}
|
||||
# field_results <- do.call(rbind, lapply(results_list, as.data.frame))
|
||||
#
|
||||
# return(field_results)
|
||||
#}
|
||||
|
||||
# ============================================================================
|
||||
# KPI ORCHESTRATOR AND REPORTING
|
||||
|
|
|
|||
|
|
@ -449,8 +449,8 @@ rmarkdown::render(
|
|||
# rmarkdown::render(
|
||||
rmarkdown::render(
|
||||
"r_app/91_CI_report_with_kpis_cane_supply.Rmd",
|
||||
params = list(data_dir = "angata", report_date = as.Date("2026-02-04")),
|
||||
output_file = "SmartCane_Report_basemap_test.docx",
|
||||
params = list(data_dir = "angata", report_date = as.Date("2026-02-16")),
|
||||
output_file = "SmartCane_Report_Angata_2026-02-16.docx",
|
||||
output_dir = "laravel_app/storage/app/angata/reports"
|
||||
)
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue