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
Thanks for the report! Looks like a variation on the same thing as before, cloudpickle is trying to hash/eq partially-constructed objects.
I've just opened #262 to hopefully solve this once and for all. I don't think us supporting 'nicer' hash/eq is as important as having deserialization work smoothly.
Related to #198 as an
AttributeError
with...has no attribute 'index_variadic'
, but occurs in__eq__
and seemingly only forPRNGKeyArray
annotations:I don't understand how to generalize the solution in #237 to this case, but I've got a MWE:
My package versions are:
The text was updated successfully, but these errors were encountered: