Skip to content

Interpret list indices as in NumPy

Duncan Macleod requested to merge github/fork/asouthgate/dev-index-lists into main

Created by: asouthgate

Currently, lists provided as indices are interpreted as tuple, whereas in NumPy they are treated like numpy.array, i.e. advanced index arrays.

Merge request reports