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...")