You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's easy for dtype=object arrays to have elements with GFArray instances, not ints. That later causes issues when doing arithmetic. I'm adding intercepting features in the getters/setters, but I need to robustly test it.
The text was updated successfully, but these errors were encountered:
It is no longer required to cast inputs from __setitem__() to int. Instead, the pure-Python ufuncs themselves are doing the casting (as implemented in the fix for #253).
It's easy for
dtype=object
arrays to have elements withGFArray
instances, not ints. That later causes issues when doing arithmetic. I'm adding intercepting features in the getters/setters, but I need to robustly test it.The text was updated successfully, but these errors were encountered: