On Sat, Nov 10, 2018 at 2:08 PM Hameer Abbasi <einstein.edison@gmail.com> wrote:
I agree with Stephan here, other than the fact that ndarray should be in the list of types. I can think of many cases in PyData/Sparse where I dont want to allow mixed inputs, but maybe that’s a tangential discussion.

To be clear: ndarray *is* currently preserved in the list of types passed to __array_function__ (because ndarray.__array_function__ is defined).