-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
test_dateindex_conversion fails on Python 3.4 / NumPy 1.8.1 / MPL 1.4 master / Ubuntu 12.04 #7233
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
Comments
we currently don't test with dev matplotlib (we do test with numpy dev and several versions of matplotlib released though) could setup another build to do it interested in doing a pr to try this (I will have to create some wheels for other deps - but not that hard) |
Is it definitely only a problem with dev versions? matplotlib/matplotlib#2259 has been around for nearly a year. Happy to help out with testing Pandas against MPL dev, if that's useful -- having said that, I'm on a mission to get a first proper release of Snake Charmer out, which is taking quite a lot of devops-ish attention... So I may not be the fastest. |
I think only a problem with matplotlib dev as 1.3.1 tests ok ok if u have time pls submit a pr - otherwise will prob do it after 0.14.0 is released snake charmer looks interesting! FYI u might want to build pip wheels and host from GitHub |
mlp dev here. It is my understanding that mpl has never claimed to support np.datetime64, so we think it is a bug on the pandas side for sending in datetime64 We are in the process of getting 1.4.0 out the door (tagged rc4 today) so we should get this sorted out asap. |
cc @sinhrks can u have a look at this |
Yep, could reproduce using mpl 1.4.dev. Because I'll check other tests and send a PR. |
With a recent checkout from master (bfd5348), running this
gives me this:
Looks like it's actually matplotlib's fault -- I notice there's a relevant ticket here:
matplotlib/matplotlib#2259
But is this test expected to fail, as a result of that? And if so, should it be marked as skipped?
I'm using a very recent checkout of matplotlib (matplotlib/matplotlib@4b1bd63).
The text was updated successfully, but these errors were encountered: