-
Notifications
You must be signed in to change notification settings - Fork 8
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
Round minutes in StdOutLogger
; add forcefield pickle method to System
, fix write mode in to_gsd
, add flush_writers
method and add parameter for max buffer size.
#85
Conversation
for more information, see https://pre-commit.ci
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #85 +/- ##
==========================================
+ Coverage 93.81% 93.86% +0.05%
==========================================
Files 20 20
Lines 1535 1549 +14
==========================================
+ Hits 1440 1454 +14
Misses 95 95
|
I also added a parameter to set the maximum buffer size before writing to file, and a method that can flush all writers that use a buffer. This addresses #59 |
StdOutLogger
; add forcefield pickle method to System
, fix write mode in to_gsd
StdOutLogger
; add forcefield pickle method to System
, fix write mode in to_gsd
, add flush_writers
method and add parameter for max buffer size.
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.
LGTM, just left a comment.
Thanks for taking care of these bugs Chris!
This PR addresses each of the bug/issues in #78