Skip to content
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

Variable explorer should display the value of numpy.int64 variables #3638

Closed
jondo opened this issue Nov 2, 2016 · 1 comment
Closed

Variable explorer should display the value of numpy.int64 variables #3638

jondo opened this issue Nov 2, 2016 · 1 comment

Comments

@jondo
Copy link
Contributor

jondo commented Nov 2, 2016

Execute

import numpy
j = numpy.int64(17)

.

Now j shows up in the variable explorer, but the Value column displays class 'numpy.int64. It should display the value 17 instead.

(My current environment is described in #3562.)

@ccordoba12
Copy link
Member

@dalthviz, an easy one for you. Please make that all numeric Numpy types appear in the Variable Explorer :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants