-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
numpy ufuncs store poorly when serialized=False #53
Comments
…r pickler; comment out test corresponding to issue #53 git-svn-id: svn+ssh://svn.mystic.cacr.caltech.edu/pathos/klepto@974 8bfda07e-5b16-0410-ab1d-fd04ec2748df
Essentially, these are all failures of
The good thing is, serialized
As this is essentially something that should get fixed in |
In python 2.7 (and only python 2.7), I see
TypeError
fornp.ptp
:However, the
KeyError
is demonstrated for python 3.6 (and likely other 3.x versions).This corresponds to the test at 144L in test_readwrite.py.
The text was updated successfully, but these errors were encountered: