pub(crate) fn py_schreiber_similarity( train_a: PyReadonlyArray1<'_, i32>, train_b: PyReadonlyArray1<'_, i32>, dt: f64, sigma_ms: f64, ) -> f64