-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add writer_kwargs to MDAReporter and speed up testing #9
Conversation
this is looking good. Does this now work with the MDAnalysis fix in #5 ? Can we add a test that writes positions to a h5 and checks it is correct by reading it back in with Mdanalysis? Additionally, can we have a test that writes velocities and forces to the h5 and checks they are being reported correctly? this might need to be done after #4 in which case we can just add a test that h5 positions are correctly reported and the velocities can be done on a separate PR. Perhaps a warning can be added for now if H5 is used without specifying that velocities should not be written. |
Yes, the code is working locally and should work with the next release of MDA.
I think this would just require adding Maybe we could save tests on
To be clear, velocities aren't causing the error, it's the kinetic energy and potential energy outputs, which can be turned off with |
Added a fix for issue #4. I think this is ready to merge. Since writing H5 is broken upstream, I don't think it's worth writing tests yet. |
Fixes #6
Changes made in this Pull Request:
PR Checklist