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

file_handle does not work with particle_group=None #121

Open
PythonFZ opened this issue Aug 8, 2024 · 0 comments
Open

file_handle does not work with particle_group=None #121

PythonFZ opened this issue Aug 8, 2024 · 0 comments

Comments

@PythonFZ
Copy link
Member

PythonFZ commented Aug 8, 2024

def test_two_datasets_external(tmp_path, s22_all_properties, s22_mixed_pbc_cell, store):
with h5py.File(tmp_path / "test.h5", "w") as f:
io_a = znh5md.IO(file_handle=f, particle_group="a")
io_b = znh5md.IO(file_handle=f, particle_group="b", store=store)

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

No branches or pull requests

1 participant