//! icub3_sorrentino adapter — see crate's docs for provenance.
//!
//! Real data flows through `scripts/preprocess_datasets.py` to
//! `data/processed/icub3_sorrentino.csv`; the canonical entry point is
//! `paper-lock icub3_sorrentino` which loads that CSV via
//! `crate::paper_lock::run_real_data`.
/// Placeholder fixture — real-data path is authoritative for this dataset.
pub const FIXTURE_PLACEHOLDER: = ;
/// Fixture entry point retained for CLI / smoke-test symmetry across all datasets.