pub(crate) fn py_spike_triggered_covariance( py: Python<'_>, stimulus: PyReadonlyArray1<'_, f64>, binary_train: PyReadonlyArray1<'_, i32>, window_steps: usize, ) -> Py<PyArray2<f64>>