-
Notifications
You must be signed in to change notification settings - Fork 226
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
One test fails with pandas 3.0 dev version #3291
Comments
Had a look at this locally with For context, we chose to force the So, we could either go with |
I think it's a pandas bug. For comparison, the following codes return the expected dtype:
|
I've reported the issue to the upstream pandas repository at pandas-dev/pandas#59077. Closing. |
In the GMT Dev tests workflow, one test fails (see https://github.com/GenericMappingTools/pygmt/actions/runs/9540235948/job/26291686710).
The fail is likely due to changes/bugs in pandas dev version (3.x). To reproduce the issue:
pandas 2.x returns
dtype('uint32')
but pandas 3.x returnsdtype('int64')
.The test data is:
Need to read the pandas documentation to understand if it's a desired feature or an upstream bug.
The text was updated successfully, but these errors were encountered: