ENH: Don't check array size when resolving overloads in python wrappers.
The semantics for finding the right overload in the python wrappers should match C++ semantics. That means that array are matched based only on the type, not on the size of the array.
Please register or sign in to comment