haochengxia / vscode-pydata-viewer

Display PyData files (.npz .npy .pkl .pth) in VSCode.
https://marketplace.visualstudio.com/items?itemName=Percy.vscode-pydata-viewer
MIT License
14 stars 8 forks source link

fix: ndarray print #8

Closed jasongzy closed 1 year ago

jasongzy commented 1 year ago

fix error 'can only convert an array of size 1 to a Python scalar' for some arrays that contain multiple python objects

haochengxia commented 1 year ago

THX. I appreciate your work for this extention.