-
Notifications
You must be signed in to change notification settings - Fork 285
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
iris.pandas.as_series() started throwing error #3216
Comments
As a very quick guess, I reckon this is due to the latest If you run |
In fact, here's exactly that error being reported by the Iris tests on Travis. This went away once the Iris build was pinned to not use |
Thanks for the quick reply! This worked in the end:
Phew! |
Excellent news! Glad things are working again now 👍 I'm going to close this issue now as I think we've got there with solving the problem you reported. Thanks again though for raising this issue, and please do get in contact again if you encounter other difficulties or things that could be improved 🙂 |
As of yesterday, when I try and convert a 1d cube to pandas series using
iris.pandas.as_series()
, I suddenly started getting the following error:'real_datetime' object has no attribute 'nanosecond'
This was working fine until yesterday, I'm guessing it broke when I updated some packages.
Does anyone have a quick workaround for this? Somehow changing the nanoseconds in the cube to 0 possibly? I'm getting desperate here!
The text was updated successfully, but these errors were encountered: