From d1303dd21865f297654c26c583a5640d970a79f0 Mon Sep 17 00:00:00 2001 From: Timon Date: Mon, 12 Jan 2026 14:56:54 +0100 Subject: [PATCH] testing new branch --- .../04_production_export/run_export_harvest_imminent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_app/harvest_detection_experiments/experiment_framework/04_production_export/run_export_harvest_imminent.py b/python_app/harvest_detection_experiments/experiment_framework/04_production_export/run_export_harvest_imminent.py index 785ec6f..518c0a7 100644 --- a/python_app/harvest_detection_experiments/experiment_framework/04_production_export/run_export_harvest_imminent.py +++ b/python_app/harvest_detection_experiments/experiment_framework/04_production_export/run_export_harvest_imminent.py @@ -22,7 +22,7 @@ from harvest_date_pred_utils import ( extract_features, ) - + def load_harvest_dates(harvest_file): """Load latest harvest end dates from Excel file (from harvest_production_export.xlsx).""" print("[1/5] Loading harvest dates...")