Critical fix - main script was accidentally moved to archive/ directory.
The test_accuracy_batch_full.py is a core script that must remain in the
project root directory because:
1. It uses relative paths to access dependencies
2. It expects to be run from project root
3. It's the main entry point for batch testing
Core files restored to root:
- test_accuracy_batch_full.py (121 KB) - Main testing script ✓
- cma_extraction_template_primary.py (19 KB) - CMA extraction ✓
- cma_extraction_final.py (16 KB) - Fallback CMA extraction ✓
All core files are now in the correct location.
Impact:
- BEFORE: Script couldn't run from any directory (was in archive/)
- AFTER: Script runs correctly from project root
Related:
- TEST_ACCURACY_BATCH_DEPENDENCIES.md - Core dependency documentation
-
|
||
|---|---|---|
| archive | ||
| data | ||
| report_viz | ||
| scripts | ||
| src | ||
| .gitignore | ||
| CLEANUP_COMPLETE.md | ||
| CLEANUP_PLAN.md | ||
| IMPLEMENTATION_SUMMARY.md | ||
| TEST_ACCURACY_BATCH_DEPENDENCIES.md | ||
| TEST_ACCURACY_BATCH_README.md | ||
| cma_extraction_final.py | ||
| cma_extraction_template_primary.py | ||
| pom.xml | ||
| settings.xml | ||
| test_accuracy_batch_full.py | ||