j
k
j a
j l
Is indexing with floats really allowed in numpy?
......a=numpy.array([1,2,3,4]) a[2.99]
...a=numpy.array([1,2,3,4]) a[2.99]
a=numpy.array([1,2,3,4]) a[2.99]
3
Nadia Dencheva
Back to the thread
Back to the list