SciTools / biggus

:no_entry: [DEPRECATED] Virtual large arrays and lazy evaluation.
http://biggus.readthedocs.io/
GNU Lesser General Public License v3.0
54 stars 27 forks source link

[BUG] indexing an _Elementwise #162

Closed DPeterK closed 9 years ago

DPeterK commented 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.

DPeterK commented 9 years ago

ping @pelson