Profile fix 1d input
Created by: JochiSt
When forwarding a one-dimensional array to the profiling function an error occurs, which states, that the type is expected to be a ndarray
.
Adding an additional 'cast' to np.array
solves this.
Created by: JochiSt
When forwarding a one-dimensional array to the profiling function an error occurs, which states, that the type is expected to be a ndarray
.
Adding an additional 'cast' to np.array
solves this.