Skip to content

BUG: common.is_hashable returns False for np.float64 on Python 3 #9276

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

Closed
shoyer opened this issue Jan 16, 2015 · 0 comments · Fixed by #9473
Closed

BUG: common.is_hashable returns False for np.float64 on Python 3 #9276

shoyer opened this issue Jan 16, 2015 · 0 comments · Fixed by #9473
Labels
Bug Internals Related to non-user accessible pandas implementation
Milestone

Comments

@shoyer
Copy link
Member

shoyer commented Jan 16, 2015

xref #8929
xref #9193

Here are some test results on Travis-CI illustrating the issue and my commit

Any ideas for the fix? This is quite likely a numpy bug, but it's one we need to work around. The simplest thing would be revert back to just calling hash, but I expect that would cause some other test cases to fail.

CC @aevri

@shoyer shoyer changed the title common.is_hashable returns False for np.float64 on Python 3 BUG: common.is_hashable returns False for np.float64 on Python 3 Jan 16, 2015
@shoyer shoyer added Bug Internals Related to non-user accessible pandas implementation labels Jan 16, 2015
@jreback jreback added this to the 0.16.0 milestone Jan 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Internals Related to non-user accessible pandas implementation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants