Closed DPeterK closed 9 years ago
Fixes an oversight with indexing a single array instance of _Elementwise - the second array was not being accounted for so a NumPy ufunc was being passed to _Elementwise where it was expecting a Biggus array.
_Elementwise
ufunc
ping @pelson
Fixes an oversight with indexing a single array instance of
_Elementwise
- the second array was not being accounted for so a NumPyufunc
was being passed to_Elementwise
where it was expecting a Biggus array.