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
There is no problem using non numeric string. But in the above example, it seems that the columns are rearranged according to the values of the array index, which I think is a confusing behavior.
Context
I run the above example in the vscode plugin. (h5web.vscode-h5web v0.1.7)
The text was updated successfully, but these errors were encountered:
Describe the bug
I find a disarrangement of the columns when I want to display a structured numpy array.
To Reproduce
The bug can be reproduced by the following python code.
Expected behaviour
We can read from the file as follows:
Screenshots
There is no problem using non numeric string. But in the above example, it seems that the columns are rearranged according to the values of the array index, which I think is a confusing behavior.
Context
I run the above example in the vscode plugin. (h5web.vscode-h5web v0.1.7)
The text was updated successfully, but these errors were encountered: