Skip to content

Commit

Permalink
Update contacts.py
Browse files Browse the repository at this point in the history
forgot to add staticmethod, probably reason of failure in tests added it now
  • Loading branch information
talagayev authored Dec 15, 2024
1 parent e1ee672 commit 626178f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/MDAnalysis/analysis/contacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ def _get_atomgroup(u, sel):
else:
raise TypeError(select_error_message)

@staticmethod
def _get_box_func(ts, pbc):
"""Retrieve the dimensions of the simulation box based on PBC.
Expand Down

0 comments on commit 626178f

Please sign in to comment.