Function py_integrate

Source
pub fn py_integrate<'_py>(
    voltages: Bound<'_py, PyArray1<f32>>,
    nanoseconds: Bound<'_py, PyArray1<f32>>,
    lower_bin: usize,
    upper_bin: usize,
    impedance: f32,
) -> PyResult<f32>