| 80 | |
| 81 | #[derive(Debug, Clone)] |
| 82 | pub struct LeakageChecks { |
| 83 | pub inputs_aligned: bool, |
| 84 | pub event_indices_sorted: bool, |
| 85 | pub has_forward_look_bias: bool, |
| 86 | } |
| 87 | |
| 88 | #[derive(Debug, Clone)] |
| 89 | pub struct ResearchPipelineOutput { |
nothing calls this directly
no outgoing calls
no test coverage detected