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