-
Notifications
You must be signed in to change notification settings - Fork 3
Add reading and writing observable in hdf5 #68
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks reasonable as a first implementation.
Let's keep h5py as an optional dependency, hence wrap the imports into try-catch blocks. On CI, add h5py on this line: https://github.com/ev-br/mc_lib/blob/master/.github/workflows/dev_ubuntu_macos.yml#L45 -- this way tests will exercise installs with both hdf5 present and not present.
|
Next, can you add an example of saving several observables to a single hdf5 file @MoskalenkoRomanBorisovich |
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
LGTM now, thanks @MoskalenkoRomanBorisovich |
No description provided.