Numpy/Python Array Value error

Answered by @hpaulj and @ForceBru in the comments. Missing a set of [] brackets.

np.array([ your lists ])

Leave a Comment