Quansight-Labs / unumpy

A backend-dispatchable version of NumPy.
https://unumpy.uarray.org/
BSD 3-Clause "New" or "Revised" License
19 stars 10 forks source link

Missing return statement #52

Closed joaosferreira closed 4 years ago

joaosferreira commented 4 years ago

It seems to be missing the statement return func at the end of the above function definition: https://github.com/Quansight-Labs/unumpy/blob/30c4afde16fbbb231cbc1e20d28cf5f0a8527285/unumpy/_multimethods.py#L78-L83

Can someone verify this?

hameerabbasi commented 4 years ago

Yes, that's an oversight. Please feel free to correct it.

hameerabbasi commented 4 years ago

Fixed by #53.