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
the unique method in hashtable sets the base to be something other than an ndarray. @wesm is setting uniques.base necessary? I have it setup locally right now so sort checks whether base is an instance of ndarray, but if uniques.base isn't necessary I'll just get rid of those in hashtable.pyx and we should be good to go.
Well, the issue is ownership of the data buffer. I think there is a way to transfer ownership of the buffer that doesn't require setting uniques.base. See http://gael-varoquaux.info/blog/?p=157 (this is where I got the method from that I'm using as I recall)(
I have no idea why this fails.
but this doesn't
The text was updated successfully, but these errors were encountered: