pub fn numpy_to_scirs_array1<T: Element + Clone>( array: &Bound<'_, PyArray1<T>>, ) -> PyResult<Array1<T>>
Convert NumPy array to scirs2 Array1