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

h5py 3 requires file mode #169

Open
rekado opened this issue Mar 31, 2022 · 0 comments · May be fixed by #188
Open

h5py 3 requires file mode #169

rekado opened this issue Mar 31, 2022 · 0 comments · May be fixed by #188

Comments

@rekado
Copy link

rekado commented Mar 31, 2022

With h5py 3 one of the loompy tests fails, because h5py.File is not given the file mode a and thus won't create the file.

In tests/test_file_attribute_manager.py#L18 h5py.File(f.name, 'a') should be used to avoid the test failure.

@berquist berquist linked a pull request Aug 4, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant