Hello,

As an update of my post yesterday, here's what I believe to be a real
bug in Variable Explorer:

Certain numpy scalar variables would not show up in the list; for
example,
    >>> a = np.int8(9)
    >>> b = np.int16(9)
    >>> c = np.int32(9)
    >>> d = np.int32(9).astype(bool)
    >>> f = np.int32([9]).astype(bool)

Among the 5 variable above, only c and f would be displayed properly;
a,b, and d would be mysteriously hidden unless you uncheck "exclude
unsupported data types".

I'm using Spyder v.2.0.12, win64, Python 2.7 .

Regards,
Ruq

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/spyderlib?hl=en.

Reply via email to