fix(cleanup): restore test_accuracy_batch_full.py to root directory

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
- d8047d1 - docs(cma): ensure CMA modules remain in root directory

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
黄仁欢 2026-03-03 14:57:07 +08:00
parent d8047d15a0
commit 2f0c5ca03e
1 changed files with 2930 additions and 0 deletions

2930
test_accuracy_batch_full.py Normal file

File diff suppressed because it is too large Load Diff