检验检测报告识别
Go to file
黄仁欢 2f0c5ca03e 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>
2026-03-03 14:57:07 +08:00
archive chore(project): conservative cleanup - archive temp scripts and old docs 2026-03-03 14:35:06 +08:00
data 暂存 2026-02-05 13:57:22 +08:00
report_viz chore(project): conservative cleanup - archive temp scripts and old docs 2026-03-03 14:35:06 +08:00
scripts 暂存 2026-02-05 13:57:22 +08:00
src chore(project): conservative cleanup - archive temp scripts and old docs 2026-03-03 14:35:06 +08:00
.gitignore chore(project): conservative cleanup - archive temp scripts and old docs 2026-03-03 14:35:06 +08:00
CLEANUP_COMPLETE.md docs(cleanup): add cleanup completion report 2026-03-03 14:35:50 +08:00
CLEANUP_PLAN.md docs(test): add comprehensive documentation for batch testing script 2026-03-03 14:32:04 +08:00
IMPLEMENTATION_SUMMARY.md chore(project): conservative cleanup - archive temp scripts and old docs 2026-03-03 14:35:06 +08:00
TEST_ACCURACY_BATCH_DEPENDENCIES.md docs(test): add comprehensive documentation for batch testing script 2026-03-03 14:32:04 +08:00
TEST_ACCURACY_BATCH_README.md docs(test): add comprehensive documentation for batch testing script 2026-03-03 14:32:04 +08:00
cma_extraction_final.py feat(cma): add CMA extraction module fallback implementation 2026-03-03 14:51:58 +08:00
cma_extraction_template_primary.py chore(project): conservative cleanup - archive temp scripts and old docs 2026-03-03 14:35:06 +08:00
pom.xml chore(project): conservative cleanup - archive temp scripts and old docs 2026-03-03 14:35:06 +08:00
settings.xml chore(project): conservative cleanup - archive temp scripts and old docs 2026-03-03 14:35:06 +08:00
test_accuracy_batch_full.py fix(cleanup): restore test_accuracy_batch_full.py to root directory 2026-03-03 14:57:07 +08:00