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

support ARRAY of ARRAY types #5

Open
jreadey opened this issue Aug 15, 2017 · 0 comments
Open

support ARRAY of ARRAY types #5

jreadey opened this issue Aug 15, 2017 · 0 comments
Assignees

Comments

@jreadey
Copy link
Member

jreadey commented Aug 15, 2017

Array types with an Array base type are not working.

E.g.:
{
"type": {
"class": "H5T_ARRAY",
"base": {
"class": "H5T_ARRAY",
"base": {
"class": "H5T_STRING",
"charSet": "H5T_CSET_ASCII",
"strPad": "H5T_STR_NULLPAD",
"length": 20
},
"dims": [ 49, 60, 124, 51, 48 ]
},
"dims": [ 49, 60, 124, 51, 48 ]
}

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

2 participants