From ef29cb5c2c7e4fdb2c16eeb285a2ca65d077b765 Mon Sep 17 00:00:00 2001 From: Timon Date: Wed, 14 Jan 2026 11:07:40 +0100 Subject: [PATCH] Move experimental files to r_app/experiments --- r_app/{ => experiments}/crop_messaging_utils.R | 0 .../experiment_generate_report_with_phases.R} | 0 .../experiment_temporal_yield_forecasting.R} | 0 .../experiment_yield_prediction_comparison.R} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename r_app/{ => experiments}/crop_messaging_utils.R (100%) rename r_app/{14_generate_report_with_phases.R => experiments/experiment_generate_report_with_phases.R} (100%) rename r_app/{12_temporal_yield_forecasting.R => experiments/experiment_temporal_yield_forecasting.R} (100%) rename r_app/{11_yield_prediction_comparison.R => experiments/experiment_yield_prediction_comparison.R} (100%) diff --git a/r_app/crop_messaging_utils.R b/r_app/experiments/crop_messaging_utils.R similarity index 100% rename from r_app/crop_messaging_utils.R rename to r_app/experiments/crop_messaging_utils.R diff --git a/r_app/14_generate_report_with_phases.R b/r_app/experiments/experiment_generate_report_with_phases.R similarity index 100% rename from r_app/14_generate_report_with_phases.R rename to r_app/experiments/experiment_generate_report_with_phases.R diff --git a/r_app/12_temporal_yield_forecasting.R b/r_app/experiments/experiment_temporal_yield_forecasting.R similarity index 100% rename from r_app/12_temporal_yield_forecasting.R rename to r_app/experiments/experiment_temporal_yield_forecasting.R diff --git a/r_app/11_yield_prediction_comparison.R b/r_app/experiments/experiment_yield_prediction_comparison.R similarity index 100% rename from r_app/11_yield_prediction_comparison.R rename to r_app/experiments/experiment_yield_prediction_comparison.R