You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using py-spy dump --locals, a variable that contains a boxed numpy primitive like a numpy.int64 or a numpy.float32 shows its memory address rather than its underlying value. Given numpy's ubiquity, it might be nice for py-spy to be able to interpret these objects.
The text was updated successfully, but these errors were encountered:
When using py-spy dump --locals, a variable that contains a boxed numpy primitive like a numpy.int64 or a numpy.float32 shows its memory address rather than its underlying value. Given numpy's ubiquity, it might be nice for py-spy to be able to interpret these objects.
The text was updated successfully, but these errors were encountered: