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

Fix typo in HDF5Content recursive loading #1468

Merged
merged 3 commits into from
Jun 4, 2024
Merged

Fix typo in HDF5Content recursive loading #1468

merged 3 commits into from
Jun 4, 2024

Conversation

pmrv
Copy link
Contributor

@pmrv pmrv commented Jun 4, 2024

Previously the recursive loading of DataContainers always tried to index only with last item of the given path, instead of properly shifting the split. This fixes the issue and adds a test.

Previously the recursive loading of DataContainers always tried to index only with
last item of the given path, instead of properly shifting the split.  This fixes the
issue and adds a test.
@pmrv pmrv added the bug Something isn't working label Jun 4, 2024
@pmrv pmrv added the format_black reformat the code using the black standard label Jun 4, 2024
@pmrv pmrv merged commit 3f20323 into main Jun 4, 2024
25 checks passed
@pmrv pmrv deleted the content branch June 4, 2024 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working format_black reformat the code using the black standard
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant