| 40 | |
| 41 | #[derive(Debug, Clone)] |
| 42 | pub struct EventSelectionStage { |
| 43 | pub indices: Vec<usize>, |
| 44 | pub timestamps: Vec<NaiveDateTime>, |
| 45 | pub probabilities: Vec<f64>, |
| 46 | pub sides: Vec<f64>, |
| 47 | } |
| 48 | |
| 49 | #[derive(Debug, Clone)] |
| 50 | pub struct SignalStage { |
nothing calls this directly
no outgoing calls
no test coverage detected