core_array1_to_py

Function core_array1_to_py 

Source
pub fn core_array1_to_py<'py, T>(
    py: Python<'py>,
    array: &Array1<T>,
) -> Py<PyArray1<T>>
where T: Clone + Element,
Expand description

Convert an ndarray Array1 into a Python-owned NumPy array object