-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
TST: remove skip for pytables build issue on numpy 1.15 #22098
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
Labels
Build
Library building on various platforms
good first issue
Testing
pandas testing functions or related to the test suite
Milestone
Comments
The root cause is that numpy/numpy#11656 import pickle
import numpy as np
pickle.dumps(np.datetime64('2016-01-01T00:00:00.000000000')) that just surfaced in the pytables test, since it needs to serialize the datetime64. |
NumPy 1.15.1 is out, and should include this fix. Updating pandas/pandas/tests/io/test_pytables.py Lines 2194 to 2197 in 68273a7
|
2 tasks
@TomAugspurger Could you please let me know if I have to make any changes. Thanks!! |
jreback
pushed a commit
that referenced
this issue
Aug 31, 2018
Sup3rGeo
pushed a commit
to Sup3rGeo/pandas
that referenced
this issue
Oct 1, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Build
Library building on various platforms
good first issue
Testing
pandas testing functions or related to the test suite
No description provided.
The text was updated successfully, but these errors were encountered: