The code below works normally, however the elements are "objects".
M = numpy.array([[1,2,3],[1,2],[1,2,3,4]],dtype=object)
However, when I run the code below, I get the message "setting an array element with a sequence".
The question is: ho...
asked by
10.05.2018 / 15:29