Skip to content

Commit

Permalink
Remove outdated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed Oct 26, 2024
1 parent 9fe2044 commit d48759d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/tinyff/neighborlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,6 @@ def _apply_mic(deltas: NDArray[float], cell_lengths: NDArray[float]):

@attrs.define
class NBuildSimple(NBuild):
# _last_natom: int = attrs.field(default=0, init=False)
# _last_iatoms0: NDArray[int] | None = attrs.field(default=None, init=False)
# _last_iatoms1: NDArray[int] | None = attrs.field(default=None, init=False)

def _rebuild(self, atpos: ArrayLike, cell_lengths: ArrayLike):
"""Build the neighborlist array from scratch, possibly identifying new pairs."""
# Parse parameters
Expand Down

0 comments on commit d48759d

Please sign in to comment.