pub(crate) fn py_pairwise_correlation( py: Python<'_>, trains: Vec<PyReadonlyArray1<'_, i32>>, dt: f64, ) -> Py<PyArray2<f64>>