pub fn numpy_to_ndarray1(py_array: &PyArray1<f64>) -> PyResult<Array1<f64>>
Convert NumPy array to ndarray Array1<f64>
<f64>