pub fn scirs_array1_to_numpy<T: Element>( array: Array1<T>, py: Python<'_>, ) -> PyResult<Py<PyArray1<T>>>
Convert scirs2 Array1 to NumPy