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