We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, tables seem not to be supported, giving an error when read:
ERROR: KeyError: key "table" not found
here
MAT.jl/src/MAT_HDF5.jl
Line 176 in 7d67154
The text was updated successfully, but these errors were encountered:
Any idea on how this could be supported?
A NamedTuple of arrays could be a good julia equivalent, but I'm not sure how to handle this on the HDF5 side.
NamedTuple
Sorry, something went wrong.
I haven't followed carefully, but there are two competing PRs (each with its own advantages) over at HDF5:
No branches or pull requests
Currently, tables seem not to be supported, giving an error when read:
here
MAT.jl/src/MAT_HDF5.jl
Line 176 in 7d67154
The text was updated successfully, but these errors were encountered: