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

Saving/loading structures using creation order instead of alphabetic order #1

Closed
fangq opened this issue Sep 19, 2019 · 0 comments
Closed
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@fangq
Copy link
Member

fangq commented Sep 19, 2019

In the current version (v0.5), saving a structure then loading back to MATLAB does not yield the same struct because loadh5.m, originally written by Pauli Virtanen, reads objects instead of links.

I've already asked saveh5.m to track the creation order in this commit 66de6e2

but this alone is not sufficient, need also to use H5L interface to read links in loadh5.m, which I haven't figured out.

If you know how to do it, please fork and modify, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant