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

Wrong reporting of link creation order in root #347

Open
MarDiehl opened this issue Dec 17, 2024 · 1 comment
Open

Wrong reporting of link creation order in root #347

MarDiehl opened this issue Dec 17, 2024 · 1 comment
Assignees
Labels
Component - HDFView Improvements to the visual interface layer Component - Object Library Improvements to the object library

Comments

@MarDiehl
Copy link

The information whether link creation order is tracked is wrong for the root group in HDFView (tested with version 3.3.2).

Attached are screenshots showing the behavior for base group and a regular group showing that datasets are correctly sorted, but link creation status is wrongly "Creation Order NOT Tracked" for the base group.

Codes (writing in Fortran/reading in Python) are also attached.

Image

Image

sort_file_f90.txt
print_file_py.txt

print_group_py.txt
sort_group_f90.txt

@MarDiehl
Copy link
Author

Note: It might be that the issue is not in HDFView but in the core library. I've therefore opened HDFGroup/hdf5#5183 with more information

MarDiehl added a commit to damask-multiphysics/DAMASK that referenced this issue Dec 19, 2024
this results in correct ordering for increments in HDFView (which are by default
mixed up due to alphanumeric ordering). Note that the status is wrongly
reported:
- HDFGroup/hdfview#347
- HDFGroup/hdf5#5183
@hyoklee hyoklee added Component - HDFView Improvements to the visual interface layer Component - Object Library Improvements to the object library labels Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - HDFView Improvements to the visual interface layer Component - Object Library Improvements to the object library
Projects
None yet
Development

No branches or pull requests

3 participants