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
I have an AttributeError when I try to load a FrozenMultiset with pickle.load.
Namely, this code raises an AttributeError on line 118 of multiset.py when trying to access the _elements attribute.
I have an
AttributeError
when I try to load aFrozenMultiset
withpickle.load
.Namely, this code raises an
AttributeError
on line 118 ofmultiset.py
when trying to access the_elements
attribute.The text was updated successfully, but these errors were encountered: