pub fn numpy_to_ndarray2( py_array: &Bound<'_, PyArray2<f64>>, ) -> PyResult<Array2<f64>>
Convert NumPy array to ndarray Array2<f64>
<f64>