Skip to content

Commit

Permalink
Merge pull request #1872 from glotzerlab/typo-nlist-optimizer
Browse files Browse the repository at this point in the history
Fix typo in list optimizer docs
  • Loading branch information
joaander authored Aug 26, 2024
2 parents d7bc10f + 0b04435 commit 5a19a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hoomd/md/tune/nlist_buffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def with_grid(
minimum_buffer (`float`, optional): The smallest buffer value to
allow (defaults to 0).
n_bins (`int`, optional): The number of bins in the range to test
(defaults to 2).
(defaults to 5).
n_rounds (`int`, optional): The number of rounds to perform the
optimization over (defaults to 1).
Expand Down

0 comments on commit 5a19a79

Please sign in to comment.