Skip to content

Profile fix 1d input

Javier Duarte requested to merge github/fork/JochiSt/profile_fix_1d_input into master

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.

Merge request reports

Loading