SmartCane/python_app/harvest_detection_experiments/tests
Timon fabbf3214d Enhance harvest detection logic and testing framework
- Updated `detect_mosaic_mode` function to check for grid-size subdirectories in addition to tile-named files.
- Added comprehensive tests for DOY reset logic in `test_doy_logic.py`.
- Implemented feature extraction tests in `test_feature_extraction.py`.
- Created tests for growing window method in `test_growing_window_only.py`.
- Developed a complete model inference test in `test_model_inference.py`.
- Added a debug script for testing two-step refinement logic in `test_script22_debug.py`.
2026-01-15 14:30:54 +01:00
..
test_batch_model_distributions.py Fix: Revert run_phase1_growing_window to original GitHub version (off-by-one fix) and move test scripts to harvest_detection_experiments/tests 2026-01-15 09:08:07 +01:00
test_doy_logic.py Enhance harvest detection logic and testing framework 2026-01-15 14:30:54 +01:00
test_feature_extraction.py Enhance harvest detection logic and testing framework 2026-01-15 14:30:54 +01:00
test_growing_window_only.py Enhance harvest detection logic and testing framework 2026-01-15 14:30:54 +01:00
test_growing_window_vs_single_run.py Fix: Revert run_phase1_growing_window to original GitHub version (off-by-one fix) and move test scripts to harvest_detection_experiments/tests 2026-01-15 09:08:07 +01:00
test_model_inference.py Enhance harvest detection logic and testing framework 2026-01-15 14:30:54 +01:00
test_model_output_distribution.py Fix: Revert run_phase1_growing_window to original GitHub version (off-by-one fix) and move test scripts to harvest_detection_experiments/tests 2026-01-15 09:08:07 +01:00
test_script22_debug.py Enhance harvest detection logic and testing framework 2026-01-15 14:30:54 +01:00