test: add unified probe unit tests (8 Rust + 6 Python), fix pre-existing test compilation errors

This commit is contained in:
Accusys
2026-05-15 14:58:44 +08:00
parent f66557f898
commit 0e73d2a2ce
4 changed files with 169 additions and 3 deletions

View File

@@ -821,6 +821,8 @@ mod tests {
ocr_text: None,
has_face: None,
speaker_id: None,
chunk_type: None,
co_appears_with_trace_id: None,
min_confidence: Some(0.8),
min_unique_classes: Some(3),
min_spatial_density: Some(0.5),