Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Aug 27, 2024
1 parent ed6a04e commit bb6c734
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions hoomd/write/gsd_burst.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ class Burst(GSD):
has 0 frames: write one frame with the current state of the system
when `hoomd.Simulation.run` is called. Defaults to ``False``.
clear_whole_buffer_after_dump (bool): When ``True`` the buffer is
emptied after calling `dump` each time. When ``False``, `dump` removes
frames from the buffer unil the ``end`` index. Defaults to ``True``.
emptied after calling `dump` each time. When ``False``, `dump`
removes frames from the buffer unil the ``end`` index. Defaults
to ``True``.
Warning:
`Burst` errors when attempting to create a file or writing to one with
Expand Down Expand Up @@ -85,8 +86,8 @@ class Burst(GSD):
write_at_start = burst.write_at_start
clear_whole_buffer_after_dump (bool): When ``True`` the buffer is
emptied after calling `dump` each time. When ``False``, `dump` removes
frames from the buffer unil the ``end`` index.
emptied after calling `dump` each time. When ``False``, `dump`
removes frames from the buffer unil the ``end`` index.
.. rubric:: Example:
Expand Down

0 comments on commit bb6c734

Please sign in to comment.