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